Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/camera/src/world_entities/targets.h @ 10210

Last change on this file since 10210 was 10123, checked in by gfilip, 17 years ago

target class success

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.