Changeset 3037
- Timestamp:
- May 24, 2009, 3:01:38 AM (16 years ago)
- Location:
- code/trunk/src/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/Game.cc
r3036 r3037 131 131 } 132 132 133 const std::string&Game::getLevel()133 std::string Game::getLevel() 134 134 { 135 135 std::string levelName; -
code/trunk/src/core/Game.h
r3036 r3037 86 86 87 87 void setLevel(std::string levelName); //tolua_export 88 const std::string&getLevel(); //tolua_export88 std::string getLevel(); //tolua_export 89 89 90 90 private:
Note: See TracChangeset
for help on using the changeset viewer.