Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/core/npc.h @ 1856

Last change on this file since 1856 was 1855, checked in by patrick, 21 years ago

/orxonox/trunk/core/ modifications on world and docs

File size: 102 bytes
Line 
1
2#ifndef NPC_H
3#define NPC_H
4
5
6class NPC {
7
8 public:
9  NPC ();
10  ~NPC ();
11
12  int npcType;
13
14};
15
16#endif
Note: See TracBrowser for help on using the repository browser.