Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/gui/doc/program_examples/c++/orxonox.h @ 1860

Last change on this file since 1860 was 1860, checked in by bensch, 20 years ago

orxonox/branches/gui: merged Version of branches/bensch and trunk and modified the makefile

File size: 137 bytes
Line 
1#ifndef ORXONOX_H
2#define ORXONOX_H
3
4class Orxonox {
5
6 public:
7  Orxonox();
8  ~Orxonox();
9
10  int getInfo();
11  int setInfo();
12
13};
14
15#endif
Note: See TracBrowser for help on using the repository browser.