Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h @ 10012

Last change on this file since 10012 was 10012, checked in by mkronig, 10 years ago

commit 3.4.2014

File size: 362 bytes
Line 
1#ifndef _ControllerDirector_H__
2#define _ControllerDirector_H__
3
4
5#include "OrxonoxPrereqs.h"
6#include "core/BaseObject.h"
7#include "core/class/Super.h"
8
9
10namespace orxonox
11{
12       
13 
14 class _OrxonoxExport ControllerDirector : public BaseObject
15 {
16        public:
17            ControllerDirector(Context* context);
18            virtual ~ControllerDirector();
19
20};
21}
22#endif
Note: See TracBrowser for help on using the repository browser.