- Timestamp:
- Jan 18, 2006, 2:40:36 PM (19 years ago)
- Location:
- branches/avi_play/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/defs/class_id.h
r6532 r6555 154 154 CL_MULTI_PLAYER_WORLD = 0x00000107, 155 155 CL_MULTI_PLAYER_WORLD_DATA = 0x00000108, 156 CL_MOVIE_LOADER = 0x00000109, 156 157 157 158 // WorldEntities (range from 0x00000200 to 0x000004ff) -
branches/avi_play/src/story_entities/Makefile.am
r6432 r6555 11 11 story_entities/single_player_world_data.cc \ 12 12 story_entities/multi_player_world.cc \ 13 story_entities/multi_player_world_data.cc 13 story_entities/multi_player_world_data.cc \ 14 story_entities/movie_loader.cc 14 15 15 16 StoryEntities_HEADERS_ = \ … … 23 24 story_entities/single_player_world_data.h \ 24 25 story_entities/multi_player_world.h \ 25 story_entities/multi_player_world_data.h 26 story_entities/multi_player_world_data.h \ 27 story_entities/movie_loader.h
Note: See TracChangeset
for help on using the changeset viewer.