Changeset 3238 for code/branches/core4/src/orxonox/gamestates/GSGraphics.cc
- Timestamp:
- Jun 28, 2009, 1:47:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/gamestates/GSGraphics.cc
r3196 r3238 57 57 namespace orxonox 58 58 { 59 AddGameState(GSGraphics, "graphics", false);59 AddGameState(GSGraphics, "graphics", true); 60 60 61 61 GSGraphics::GSGraphics(const std::string& name, bool countTickTime) … … 198 198 void GSGraphics::toggleGUI() 199 199 { 200 200 GUIManager::getInstance().executeCode("toggleGUI()"); 201 201 } 202 202
Note: See TracChangeset
for help on using the changeset viewer.