Changeset 9716 in orxonox.OLD for branches/new_class_id/src/story_entities
- Timestamp:
- Sep 1, 2006, 8:16:15 PM (18 years ago)
- Location:
- branches/new_class_id/src/story_entities
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/menu/game_menu.cc
r9715 r9716 42 42 #include "preferences.h" 43 43 44 #include "class_id .h"44 #include "class_id_DEPRECATED.h" 45 45 //! This creates a Factory to fabricate a GameMenu 46 46 ObjectListDefinitionID(GameMenu, CL_GAME_MENU); -
branches/new_class_id/src/story_entities/movie_loader.cc
r9715 r9716 25 25 26 26 27 #include "class_id .h"27 #include "class_id_DEPRECATED.h" 28 28 ObjectListDefinitionID(MovieLoader, CL_MOVIE_LOADER); 29 29 CREATE_FACTORY(MovieLoader); -
branches/new_class_id/src/story_entities/multi_player_world.cc
r9715 r9716 36 36 SHELL_COMMAND(debug, MultiPlayerWorld, debug); 37 37 38 #include "class_id .h"38 #include "class_id_DEPRECATED.h" 39 39 //! This creates a Factory to fabricate a MultiPlayerWorld 40 40 ObjectListDefinitionID(MultiPlayerWorld, CL_MULTI_PLAYER_WORLD); -
branches/new_class_id/src/story_entities/single_player_world.cc
r9715 r9716 29 29 30 30 31 #include "class_id .h"31 #include "class_id_DEPRECATED.h" 32 32 //! This creates a Factory to fabricate a SinglePlayerWorld 33 33 ObjectListDefinitionID(SinglePlayerWorld, CL_SINGLE_PLAYER_WORLD);
Note: See TracChangeset
for help on using the changeset viewer.