- Timestamp:
- Apr 30, 2010, 2:34:37 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/modules/weapons/RocketController.h
r6803 r6810 30 30 #define _RocketController_H__ 31 31 32 #include " OrxonoxPrereqs.h"32 #include "weapons/WeaponsPrereqs.h" 33 33 34 34 #include "controllers/Controller.h" … … 44 44 Oli Scheuss 45 45 */ 46 class _ OrxonoxExport RocketController : public Controller, public Tickable46 class _WeaponsExport RocketController : public Controller, public Tickable 47 47 { 48 48 public:
Note: See TracChangeset
for help on using the changeset viewer.