Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/presentation/src/world_entities/targets.h @ 10772

Last change on this file since 10772 was 10379, checked in by patrick, 17 years ago

merged branche camera to trunk. resolved many conflicts as in the other projects too

File size: 193 bytes
Line 
1#ifndef _TARGETS_H
2#define _TARGETS_H
3
4
5#include "p_node.h"
6
7class 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.