Changeset 11731 for code/branches/Presentation_HS17_merge/src/modules/asteroidmining/SpicedAsteroidBelt.h
- Timestamp:
- Feb 11, 2018, 5:13:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/asteroidmining/SpicedAsteroidBelt.h
r11667 r11731 47 47 #define _SpicedAsteroidBelt_H__ 48 48 49 #include " OrxonoxPrereqs.h"49 #include "AsteroidMiningPrereqs.h" 50 50 51 51 #include <string> … … 59 59 60 60 // tolua_export 61 class _ OrxonoxExport SpicedAsteroidBelt : public Pawn // need pawn to get tick for clean argument passing61 class _AsteroidMiningExport SpicedAsteroidBelt : public Pawn // need pawn to get tick for clean argument passing 62 62 { // tolua_export 63 63
Note: See TracChangeset
for help on using the changeset viewer.