source:
orxonox.OLD/trunk/src/world_entities/environments/building.h
@
10149
Last change on this file since 10149 was 9869, checked in by bensch, 18 years ago | |
---|---|
File size: 438 bytes |
Rev | Line | |
---|---|---|
[6524] | 1 | /*! |
[7041] | 2 | * @file building.h |
3 | * Definition of the Building, that handles the Display of an atmosphere for orxonox. | |
[6524] | 4 | */ |
5 | ||
[7041] | 6 | #ifndef _BUILDING_H |
7 | #define _BUILDING_H | |
[6524] | 8 | |
9 | /* INCLUDES */ | |
10 | #include "world_entity.h" | |
11 | ||
12 | /* FORWARD DECLARATION */ | |
13 | ||
[7041] | 14 | //! A Class to handle a Building |
15 | class Building : public WorldEntity | |
[6524] | 16 | { |
[9869] | 17 | ObjectListDeclaration(Building); |
18 | public: | |
[7041] | 19 | Building(const TiXmlElement* root); |
[6524] | 20 | |
[7041] | 21 | virtual ~Building(); |
[6524] | 22 | |
23 | }; | |
24 | ||
[7041] | 25 | #endif /* _BUILDING_H */ |
[6524] | 26 | |
27 | ||
28 |
Note: See TracBrowser
for help on using the repository browser.