Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBot.h @ 12396

Last change on this file since 12396 was 12396, checked in by pomselj, 5 years ago

Jesus safed our souls and stopped the crashing. Hallowed be his name and hallowed be his followers sevy and aryo, first of their names, saviors of the andals the raynars and the first nerds. Fourier is love btw

File size: 539 bytes
Line 
1#ifndef _OrxoBloxBot_H__
2#define _OrxoBloxBot_H__
3
4#include "OrxoBlox/OrxoBloxPrereqs.h"
5#include "infos/Bot.h"
6
7namespace orxonox
8{
9
10    /**
11    @brief
12        A bot especially for @ref orxonox::OrxoBlox "OrxoBlox".
13
14        Uses the @ref orxonox::OrxoBloxAI "OrxoBloxAI".
15
16    @author
17        Fabian 'x3n' Landau
18
19    @ingroup OrxoBlox
20    */
21    class _OrxoBloxExport OrxoBloxBot : public Bot
22    {
23        public:
24            OrxoBloxBot(Context* context);
25            virtual ~OrxoBloxBot() {}
26    };
27}
28
29#endif /* _OrxoBloxBot_H__ */
Note: See TracBrowser for help on using the repository browser.