- Timestamp:
- Jan 31, 2015, 11:29:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/controllers/TurretController.h
r10215 r10218 34 34 #define _TurretController_H__ 35 35 36 #include " OrxonoxPrereqs.h"36 #include "objects/ObjectsPrereqs.h" 37 37 #include "controllers/ArtificialController.h" 38 38 … … 45 45 The controllableEntity gets casted to Turret, so this controller won't work for anything else. 46 46 */ 47 class _O rxonoxExport TurretController : public ArtificialController, public Tickable47 class _ObjectsExport TurretController : public ArtificialController, public Tickable 48 48 { 49 49 public:
Note: See TracChangeset
for help on using the changeset viewer.