Changeset 10468 in orxonox.OLD for trunk/src/world_entities/scrolling_screen.h
- Timestamp:
- Jan 28, 2007, 11:22:33 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/scrolling_screen.h
r10466 r10468 27 27 void init(); 28 28 virtual void loadParams(const TiXmlElement* root); 29 30 void start(); 29 31 30 32 void fadeIn(float speed); … … 61 63 int mode; 62 64 65 bool bRun; 63 66 }; 64 67
Note: See TracChangeset
for help on using the changeset viewer.