Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 6, 2010, 9:52:48 PM (15 years ago)
Author:
dafrick
Message:

Accidentally removed a file. Re-adding it.
Levels that are tagged with "test" are now not displayed by default, but can be displayed by choosing show all.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/releasetodo/src/orxonox/LevelManager.h

    r7625 r7626  
    6161            const std::string& getDefaultLevel() const; //tolua_export
    6262            unsigned int getNumberOfLevels(void); //tolua_export
    63             const std::string& getAvailableLevelListItem(unsigned int index) const; //tolua_export
     63            LevelInfoItem* getAvailableLevelListItem(unsigned int index) const; //tolua_export
    6464
    6565            static LevelManager& getInstance()    { return Singleton<LevelManager>::getInstance(); } // tolua_export
Note: See TracChangeset for help on using the changeset viewer.