Last change
on this file since 3108 was
2551,
checked in by patrick, 20 years ago
|
orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all
|
File size:
145 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef BASE_ENTITY_H |
---|
3 | #define BASE_ENTITY_H |
---|
4 | |
---|
5 | #include "stdincl.h" |
---|
6 | |
---|
7 | |
---|
8 | class BaseEntity { |
---|
9 | |
---|
10 | public: |
---|
11 | BaseEntity (); |
---|
12 | ~BaseEntity (); |
---|
13 | |
---|
14 | }; |
---|
15 | |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.