Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6555 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 2:40:36 PM (18 years ago)
Author:
hdavid
Message:

branches/avi_play: created new story entity MovieLoader

Location:
branches/avi_play/src
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/defs/class_id.h

    r6532 r6555  
    154154  CL_MULTI_PLAYER_WORLD         =    0x00000107,
    155155  CL_MULTI_PLAYER_WORLD_DATA    =    0x00000108,
     156  CL_MOVIE_LOADER               =    0x00000109,
    156157
    157158  // WorldEntities (range from 0x00000200 to 0x000004ff)
  • branches/avi_play/src/story_entities/Makefile.am

    r6432 r6555  
    1111                story_entities/single_player_world_data.cc \
    1212                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
    1415
    1516StoryEntities_HEADERS_ = \
     
    2324                story_entities/single_player_world_data.h \
    2425                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.