source:
code/branches/ScriptableController/src/orxonox/controllers/ControllerDirector.cc
@
10015
| Last change on this file since 10015 was 10012, checked in by mkronig, 12 years ago | |
|---|---|
| File size: 411 bytes | |
| Rev | Line | |
|---|---|---|
| [10012] | 1 | #include "ControllerDirector.h" |
| 2 | #include "core/CoreIncludes.h" | |
| 3 | #include "core/XMLPort.h" | |
| 4 | #include "worldentities/ControllableEntity.h" | |
| 5 | ||
| 6 | ||
| 7 | ||
| 8 | ||
| 9 | namespace orxonox | |
| 10 | { | |
| 11 | ||
| 12 | ||
| 13 | RegisterClass(ControllerDirector); | |
| 14 | ||
| 15 | ControllerDirector::ControllerDirector(Context* context) : BaseObject(context) | |
| 16 | { | |
| 17 | RegisterObject(ControllerDirector); | |
| 18 | ||
| 19 | ||
| 20 | } | |
| 21 | ControllerDirector::~ControllerDirector(){} | |
| 22 | ||
| 23 | ||
| 24 | ||
| 25 | ||
| 26 | } |
Note: See TracBrowser
for help on using the repository browser.










