Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 1853 was 1853, checked in by patrick, 20 years ago

orxonox/trunk: added working configure, Makefile and extended core-system

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