Changeset 10380 for code/branches/core7/src/orxonox/gamestates
- Timestamp:
- Apr 22, 2015, 10:30:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core7/src/orxonox/gamestates/GSMainMenu.cc
r10347 r10380 63 63 SetConsoleCommand(__CC_setMainMenuSoundPath_name, &GSMainMenu::setMainMenuSoundPath).hide(); 64 64 65 RegisterAbstractClass(GSMainMenu).inheritsFrom<Configurable>(); 66 65 67 GSMainMenu::GSMainMenu(const GameStateInfo& info) 66 68 : GameState(info)
Note: See TracChangeset
for help on using the changeset viewer.