Changeset 11748 for code/branches/Presentation_HS17_merge/src
- Timestamp:
- Feb 15, 2018, 10:36:32 PM (7 years ago)
- Location:
- code/branches/Presentation_HS17_merge/src/modules/dialog
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/dialog/AnswerId.h
r11656 r11748 2 2 #define _AnswerID_H__ 3 3 4 #include "DialogPrereqs.h" 4 5 #include "core/XMLPort.h" 5 6 #include "core/BaseObject.h" … … 16 17 */ 17 18 18 class AnswerId : public BaseObject19 class _DialogExport AnswerId : public BaseObject 19 20 { 20 21 public: -
code/branches/Presentation_HS17_merge/src/modules/dialog/DialogManager.h
r11658 r11748 26 26 */ 27 27 28 class _ OrxonoxExport DialogManager //tolua_export28 class _DialogExport DialogManager //tolua_export 29 29 : public Singleton<DialogManager> 30 30 {//tolua_export -
code/branches/Presentation_HS17_merge/src/modules/dialog/DialogPrereqs.h
r11612 r11748 43 43 //----------------------------------------------------------------------- 44 44 45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(D ialog_STATIC_BUILD)46 # ifdef D ialog_SHARED_BUILD45 #if defined(ORXONOX_PLATFORM_WINDOWS) && !defined(DIALOG_STATIC_BUILD) 46 # ifdef DIALOG_SHARED_BUILD 47 47 # define _DialogExport __declspec(dllexport) 48 48 # else
Note: See TracChangeset
for help on using the changeset viewer.