Changeset 9925 in orxonox.OLD for branches/network/src/story_entities
- Timestamp:
- Nov 9, 2006, 7:20:19 PM (18 years ago)
- Location:
- branches/network/src/story_entities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/story_entities/menu/game_menu.cc
r9869 r9925 41 41 #include "parser/preferences/preferences.h" 42 42 43 #include "class_id_DEPRECATED.h" 43 44 44 //! This creates a Factory to fabricate a GameMenu 45 ObjectListDefinition ID(GameMenu, CL_GAME_MENU);45 ObjectListDefinition(GameMenu); 46 46 CREATE_FACTORY(GameMenu); 47 47 -
branches/network/src/story_entities/movie_loader.cc
r9869 r9925 25 25 26 26 27 #include "class_id_DEPRECATED.h" 28 ObjectListDefinition ID(MovieLoader, CL_MOVIE_LOADER);27 28 ObjectListDefinition(MovieLoader); 29 29 CREATE_FACTORY(MovieLoader); 30 30 -
branches/network/src/story_entities/multi_player_world.cc
r9869 r9925 36 36 SHELL_COMMAND(debug, MultiPlayerWorld, debug); 37 37 38 #include "class_id_DEPRECATED.h" 38 39 39 //! This creates a Factory to fabricate a MultiPlayerWorld 40 ObjectListDefinition ID(MultiPlayerWorld, CL_MULTI_PLAYER_WORLD);40 ObjectListDefinition(MultiPlayerWorld); 41 41 CREATE_FACTORY(MultiPlayerWorld); 42 42 -
branches/network/src/story_entities/single_player_world.cc
r9869 r9925 30 30 31 31 32 #include "class_id_DEPRECATED.h" 32 33 33 //! This creates a Factory to fabricate a SinglePlayerWorld 34 ObjectListDefinition ID(SinglePlayerWorld, CL_SINGLE_PLAYER_WORLD);34 ObjectListDefinition(SinglePlayerWorld); 35 35 CREATE_FACTORY(SinglePlayerWorld); 36 36
Note: See TracChangeset
for help on using the changeset viewer.