source:
orxonox.OLD/trunk/src/world_entities/targets.h
@
10737
Last change on this file since 10737 was 10379, checked in by patrick, 18 years ago | |
---|---|
File size: 193 bytes |
Line | |
---|---|
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.