source:
orxonox.OLD/orxonox/trunk/doc/program_examples/c++/orxonox.h
@
  3628
        
        | Last change on this file since 3628 was 1803, checked in by patrick, 22 years ago | |
|---|---|
| File size: 137 bytes | |
| Line | |
|---|---|
| 1 | #ifndef ORXONOX_H | 
| 2 | #define ORXONOX_H | 
| 3 | |
| 4 | class 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.
    


            






