Changeset 425 for trunk/nv/formats/md2_loader.hh
- Timestamp:
- 07/17/15 13:34:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/nv/formats/md2_loader.hh
r416 r425 24 24 { 25 25 public: 26 md2_loader();26 explicit md2_loader( string_table* strings ); 27 27 virtual ~md2_loader(); 28 28 virtual bool load( stream& source ); … … 36 36 private: 37 37 void* m_md2; 38 string_table* m_strings; 38 39 vector< uint16 > m_new_indexes; 39 40 vector< uint16 > m_new_vindexes;
Note: See TracChangeset
for help on using the changeset viewer.