source:
orxonox.OLD/trunk/src/world_entities/targets.h
@
10399
Last change on this file since 10399 was 10379, checked in by patrick, 18 years ago | |
---|---|
File size: 193 bytes |
Rev | Line | |
---|---|---|
[10123] | 1 | #ifndef _TARGETS_H |
2 | #define _TARGETS_H | |
3 | ||
4 | ||
5 | #include "p_node.h" | |
6 | ||
7 | class Targets : public PNode | |
8 | { | |
9 | ObjectListDeclaration(Targets); | |
10 | ||
11 | public: | |
12 | Targets() { setRelCoorSoft(0,0,0);}; | |
13 | ||
14 | }; | |
15 | ||
16 | ||
17 | ||
18 | #endif | |
19 |
Note: See TracBrowser
for help on using the repository browser.