- Timestamp:
- Jan 31, 2015, 11:29:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/objects/controllers/TeamTargetProxy.h
r10215 r10218 30 30 #define _TeamTargetProxy_H__ 31 31 32 #include " OrxonoxPrereqs.h"32 #include "objects/ObjectsPrereqs.h" 33 33 #include "controllers/FormationController.h" 34 34 … … 45 45 has to be controllable and ticks every second (performance?) 46 46 */ 47 class _O rxonoxExport TeamTargetProxy : public FormationController, public Tickable47 class _ObjectsExport TeamTargetProxy : public FormationController, public Tickable 48 48 { 49 49 public:
Note: See TracChangeset
for help on using the changeset viewer.