Changeset 4797 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/array.h
- Timestamp:
- Jul 6, 2005, 1:54:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/array.h
r4793 r4797 41 41 inline unsigned int getCount()const { return this->entryCount; }; 42 42 inline int getIndex(T* entry) const; 43 inline bool isFinalized() { return this->finalized; } 43 44 void debug() const ; 44 45
Note: See TracChangeset
for help on using the changeset viewer.