Changeset 11699
- Timestamp:
- Jan 4, 2018, 1:08:43 AM (7 years ago)
- Location:
- code/trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/libraries/core/module/DynLib.cc
r11071 r11699 31 31 32 32 #include "DynLib.h" 33 34 #include <algorithm> 33 35 34 36 #include "util/Exception.h" -
code/trunk/src/modules/dialogue/DialogueManager.h
r11435 r11699 24 24 25 25 {//tolua_export 26 class _ OrxonoxExport DialogueManager //tolua_export26 class _DialogueExport DialogueManager //tolua_export 27 27 : public Singleton<DialogueManager> 28 28 {//tolua_export -
code/trunk/src/modules/dialogue/DialoguePrereqs.h
r11417 r11699 44 44 45 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(Dialogue_STATIC_BUILD) 46 # ifdef D ialogue_SHARED_BUILD46 # ifdef DIALOGUE_SHARED_BUILD 47 47 # define _DialogueExport __declspec(dllexport) 48 48 # else -
code/trunk/src/modules/dialogue/NextQuestion.h
r11435 r11699 13 13 14 14 namespace orxonox{ 15 class _ OrxonoxExport NextQuestion : public BaseObject15 class _DialogueExport NextQuestion : public BaseObject 16 16 { 17 17 -
code/trunk/src/modules/superorxobros/SOBPrereqs.h
r11416 r11699 44 44 45 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(SOB_STATIC_BUILD) 46 # ifdef S OB_SHARED_BUILD46 # ifdef SUPERORXOBROS_SHARED_BUILD 47 47 # define _SOBExport __declspec(dllexport) 48 48 # else -
code/trunk/src/orxonox/worldentities/Actionpoint.cc
r11052 r11699 28 28 29 29 #include "Actionpoint.h" 30 31 #include "core/CoreIncludes.h" 32 #include "core/XMLPort.h" 30 33 31 34 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.