Changeset 9709 in orxonox.OLD for branches/new_class_id/src/story_entities/movie_loader.cc
- Timestamp:
- Aug 31, 2006, 10:51:08 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/story_entities/movie_loader.cc
r9406 r9709 25 25 26 26 27 28 CREATE_FACTORY(MovieLoader, CL_MOVIE_LOADER); 27 #include "class_id.h" 28 NewObjectListDefinitionID(MovieLoader, CL_MOVIE_LOADER); 29 CREATE_FACTORY(MovieLoader); 29 30 30 31 MovieLoader::MovieLoader(const TiXmlElement* root) 31 32 { 32 this-> setClassID(CL_MOVIE_LOADER, "MovieLoader");33 this->registerObject(this, MovieLoader::_objectList); 33 34 34 35 movie_player = new MoviePlayer();
Note: See TracChangeset
for help on using the changeset viewer.