Ignore:
Timestamp:
05/26/15 17:35:06 (10 years ago)
Author:
epyon
Message:
  • MASSIVE commit
  • common.hh - size_t, ptrdiff_t, nv:: namespace, NV_ALIGN_OF and basic template tools
  • STL - algorithm.hh, iterator.hh, limits.hh, numeric.hh and type_info.hh
  • STL - updates to memory, array and string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/formats/md2_loader.cc

    r367 r374  
    238238}
    239239
    240 size_t md2_loader::get_max_frames() const
     240nv::size_t md2_loader::get_max_frames() const
    241241{
    242242        return static_cast< size_t >( ((md2_t*)m_md2)->header.num_frames );
Note: See TracChangeset for help on using the changeset viewer.