- Timestamp:
- Jan 11, 2006, 4:48:53 PM (19 years ago)
- Location:
- branches/avi_play_merge/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play_merge/src/world_entities/movie_entity.cc
r6488 r6489 21 21 using namespace std; 22 22 23 //CREATE_FAST_FACTORY_STATIC(MovieEntity, CL_MOVIE_ENTITY);23 CREATE_FAST_FACTORY_STATIC(MovieEntity, CL_MOVIE_ENTITY); 24 24 25 25 /** -
branches/avi_play_merge/src/world_entities/movie_entity.h
r6488 r6489 15 15 class Model; 16 16 class Material; 17 class FastFactory; 17 18 18 19 … … 21 22 { 22 23 private: 23 MediaContainer* media_container; 24 Model* model; 25 Material* material; 24 MediaContainer* media_container; 25 Model* model; 26 Material* material; 27 28 static FastFactory* fastFactory; 26 29 27 30 int counter; … … 30 33 31 34 public: 32 MovieEntity (const TiXmlElement* root );35 MovieEntity (const TiXmlElement* root = NULL); 33 36 ~MovieEntity (); 34 37
Note: See TracChangeset
for help on using the changeset viewer.