Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/Racingbot/src/modules/gametypes/SpaceRaceBot.h @ 9432

Last change on this file since 9432 was 9432, checked in by purgham, 11 years ago

first working Version

File size: 470 bytes
Line 
1/*
2 * SpaceRaceBot.h
3 *
4 *  Created on: 05.11.2012
5 *      Author: purgham
6 */
7
8#ifndef SPACERACEBOT_H_
9#define SPACERACEBOT_H_
10
11#include "infos/Bot.h"
12#include "gametypes/GametypesPrereqs.h"
13#include "gametypes/SpaceRaceController.h"
14
15
16namespace orxonox
17{
18
19    /**
20
21    */
22    class _GametypesExport SpaceRaceBot: public Bot
23    {
24        public:
25        SpaceRaceBot(BaseObject* creator);
26            virtual ~SpaceRaceBot() {}
27    };
28}
29
30
31#endif /* SPACERACEBOT_H_ */
Note: See TracBrowser for help on using the repository browser.