Changeset 6557 in orxonox.OLD for branches/avi_play/src/story_entities
- Timestamp:
- Jan 18, 2006, 2:47:31 PM (19 years ago)
- Location:
- branches/avi_play/src/story_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/story_entities/movie_loader.cc
r6555 r6557 11 11 ### File Specific: 12 12 main-programmer: David Hasenfratz, Stefan Lienhard 13 co-programmer: 13 co-programmer: 14 14 */ 15 15 … … 86 86 87 87 } 88 89 void MovieLoader::draw() const 90 { 91 92 } 93 94 void MovieLoader::tick() 95 { 96 97 } -
branches/avi_play/src/story_entities/movie_loader.h
r6555 r6557 30 30 virtual bool resume(); 31 31 virtual void run(); 32 33 private: 34 void draw() const; 35 void tick(); 32 36 }; 33 37
Note: See TracChangeset
for help on using the changeset viewer.