Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/core/orxonox.h @ 1803

Last change on this file since 1803 was 1803, checked in by patrick, 20 years ago

doc update

File size: 180 bytes
Line 
1#ifndef ORXONOX_H
2#define ORXONOX_H
3
4class Orxonox {
5
6 public:
7  Orxonox();
8  ~Orxonox();
9
10  int globalInit(int argc, char** argv);
11  int menuInit();
12  int gameInit();
13
14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.