Changeset 3543 in orxonox.OLD for orxonox/trunk/src/orxonox.h
- Timestamp:
- Mar 14, 2005, 10:14:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.h
r3449 r3543 24 24 static Orxonox* singletonRef; 25 25 Orxonox (); 26 ~Orxonox (); 27 26 virtual ~Orxonox (); 27 void destroy(void); 28 28 29 char configfilename[256]; //!< Filename of the configuration-file. 29 30 World* world; //!< Reference to the current running world.
Note: See TracChangeset
for help on using the changeset viewer.