source:
code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.h
@
10016
| Last change on this file since 10016 was 10012, checked in by mkronig, 12 years ago | |
|---|---|
| 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 | |
| 10 | namespace 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.










