Changeset 8418 for code/trunk/src/libraries/core/Game.h
- Timestamp:
- May 8, 2011, 6:53:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/Game.h
r7401 r8418 59 59 */ 60 60 #define DeclareGameState(className, stateName, bIgnoreTickTime, bGraphicsMode) \ 61 static bool BOOST_PP_CAT(bGameStateDummy_##className, __ LINE__) = orxonox::Game::declareGameState<className>(#className, stateName, bIgnoreTickTime, bGraphicsMode)61 static bool BOOST_PP_CAT(bGameStateDummy_##className, __UNIQUE_NUMBER__) = orxonox::Game::declareGameState<className>(#className, stateName, bIgnoreTickTime, bGraphicsMode) 62 62 // tolua_begin 63 63 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.