Changeset 11699 for code/trunk/src/modules
- Timestamp:
- Jan 4, 2018, 1:08:43 AM (7 years ago)
- Location:
- code/trunk/src/modules
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.