- Timestamp:
- Aug 31, 2009, 10:38:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/libraries2/src/modules/objects/triggers/CheckPoint.h
r3196 r5730 35 35 #define _CheckPoint_H__ 36 36 37 #include " OrxonoxPrereqs.h"37 #include "objects/ObjectsPrereqs.h" 38 38 39 39 #include "interfaces/RadarViewable.h" … … 42 42 namespace orxonox 43 43 { 44 class _O rxonoxExport CheckPoint : public DistanceTrigger, public RadarViewable44 class _ObjectsExport CheckPoint : public DistanceTrigger, public RadarViewable 45 45 { 46 46 public:
Note: See TracChangeset
for help on using the changeset viewer.