Last change
on this file since 2627 was
2068,
checked in by chris, 20 years ago
|
orxonox/branches/chris: First snippet of the totally revamped base system… perhaps a bit confusing at the moment, but when finished theoretically you only have to subclass the worldentity and track classes to create the game content (even the menu will be a WorldEntity I suppose)
|
File size:
113 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef DATA_TANK_H |
---|
3 | #define DATA_TANK_H |
---|
4 | |
---|
5 | |
---|
6 | class DataTank { |
---|
7 | |
---|
8 | public: |
---|
9 | DataTank (); |
---|
10 | ~DataTank (); |
---|
11 | |
---|
12 | }; |
---|
13 | |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.