Changeset 6394 for code/branches/presentation2/src/orxonox/LevelManager.h
- Timestamp:
- Dec 22, 2009, 2:07:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/LevelManager.h
r5781 r6394 60 60 const std::string& getDefaultLevel() const; //tolua_export 61 61 void compileAvailableLevelList(); //tolua_export 62 std::stringgetAvailableLevelListItem(unsigned int index) const; //tolua_export62 const std::string& getAvailableLevelListItem(unsigned int index) const; //tolua_export 63 63 64 64 static LevelManager* getInstancePtr() { return singletonPtr_s; }
Note: See TracChangeset
for help on using the changeset viewer.