source:
orxonox.OLD/orxonox/branches/gui/src/data_tank.h
@
  2066
        
        | Last change on this file since 2066 was 1977, checked in by bensch, 21 years ago | |
|---|---|
| File size: 186 bytes | |
| Rev | Line | |
|---|---|---|
| [1850] | 1 | |
| 2 | #ifndef DATA_TANK_H | |
| 3 | #define DATA_TANK_H | |
| 4 | ||
| 5 | ||
| 6 | class DataTank { | |
| 7 | ||
| [1904] | 8 | public: | 
| [1850] | 9 | DataTank (); | 
| 10 | ~DataTank (); | |
| 11 | ||
| [1919] | 12 | static float xOffset; | 
| 13 | static float yOffset; | |
| 14 | static float zOffset; | |
| 15 | ||
| [1850] | 16 | }; | 
| 17 | ||
| 18 | #endif | 
Note: See TracBrowser
        for help on using the repository browser.
    


            






