source:
orxonox.OLD/orxonox/trunk/src/base_entity.h
@
3473
Last change on this file since 3473 was 3450, checked in by bensch, 20 years ago | |
---|---|
File size: 306 bytes |
Rev | Line | |
---|---|---|
[3450] | 1 | /*! |
2 | \file base_entity.h | |
3 | \brief This includes the default values every entity should have. \ | |
4 | */ | |
[2551] | 5 | |
[3224] | 6 | #ifndef _BASE_ENTITY_H |
7 | #define _BASE_ENTITY_H | |
[2551] | 8 | |
9 | #include "stdincl.h" | |
10 | ||
[3450] | 11 | //! The Base of each entity-Class |
[2551] | 12 | class BaseEntity { |
13 | ||
14 | public: | |
15 | BaseEntity (); | |
16 | ~BaseEntity (); | |
17 | ||
18 | }; | |
19 | ||
[3224] | 20 | #endif /* _BASE_ENTITY_H */ |
Note: See TracBrowser
for help on using the repository browser.