Changeset 3169 for code/branches/pch/src/core
- Timestamp:
- Jun 14, 2009, 6:35:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pch/src/core/Game.h
r3159 r3169 44 44 #include <vector> 45 45 #include <boost/shared_ptr.hpp> 46 #include <boost/preprocessor/cat.hpp> 46 47 47 48 #include "OrxonoxClass.h" … … 53 54 */ 54 55 #define AddGameState(classname, ...) \ 55 static bool MACRO_CONCATENATE(bGameStateDummy_##classname, __LINE__) = orxonox::Game::addGameState(new classname(__VA_ARGS__))56 static bool BOOST_PP_CAT(bGameStateDummy_##classname, __LINE__) = orxonox::Game::addGameState(new classname(__VA_ARGS__)) 56 57 57 58 // tolua_begin
Note: See TracChangeset
for help on using the changeset viewer.