Changeset 281 for trunk/src/io


Ignore:
Timestamp:
07/08/14 21:49:37 (11 years ago)
Author:
epyon
Message:
  • animation key raw sizes (the whole system will be dumped though)
  • bugfix for string_table
  • nv::slot is now an enum class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/io/string_table.cc

    r280 r281  
    7070}
    7171
     72nv::uint32 nv::string_table_creator::dump_size() const
     73{
     74        return sizeof( index ) + sizeof( uint32 ) +
     75                sizeof( offset ) * m_offsets.size() +
     76                sizeof( char ) * m_data.size();
     77}
     78
Note: See TracChangeset for help on using the changeset viewer.