Changeset 11731 for code/branches/Presentation_HS17_merge/src
- Timestamp:
- Feb 11, 2018, 5:13:24 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge/src/modules/asteroidmining
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/asteroidmining/AsteroidMinable.h
r11667 r11731 74 74 #define _AsteroidMinable_H__ 75 75 76 #include " OrxonoxPrereqs.h"76 #include "AsteroidMiningPrereqs.h" 77 77 78 78 #include <string> … … 88 88 89 89 90 class _ OrxonoxExport AsteroidMinable : public Pawn{90 class _AsteroidMiningExport AsteroidMinable : public Pawn{ 91 91 92 92 public: -
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 -
code/branches/Presentation_HS17_merge/src/modules/asteroidmining/SpicedAsteroidField.h
r11667 r11731 41 41 #define _SpicedAsteroidField_H__ 42 42 43 #include " OrxonoxPrereqs.h"43 #include "AsteroidMiningPrereqs.h" 44 44 45 45 #include <string> … … 53 53 54 54 // tolua_export 55 class _ OrxonoxExport SpicedAsteroidField : public Pawn // need pawn to get tick for clean argument passing55 class _AsteroidMiningExport SpicedAsteroidField : public Pawn // need pawn to get tick for clean argument passing 56 56 { // tolua_export 57 57
Note: See TracChangeset
for help on using the changeset viewer.