|
Last change
on this file since 3458 was
3365,
checked in by bensch, 21 years ago
|
|
orxonox/trunk: merged branches/parenting back to the.
merged with command:
svn merge branches/parenting trunk -r 3247:HEAD
resolved all conflicts in favor of parenting.
|
|
File size:
160 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 | static long timeStamp; |
|---|
| 13 | |
|---|
| 14 | }; |
|---|
| 15 | |
|---|
| 16 | #endif /* _DATA_TANK_H */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.