Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/ai/ai.h @ 9855

Last change on this file since 9855 was 4976, checked in by bensch, 19 years ago

orxonox/trunk: flotilia

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