-
-
Notifications
You must be signed in to change notification settings - Fork 460
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move some import export defines to common engine header
- Loading branch information
1 parent
a16f29d
commit f802a73
Showing
29 changed files
with
94 additions
and
120 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
#pragma once | ||
|
||
#include "Common/CommonImportExport.inl" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
#pragma once | ||
|
||
#ifdef XRAPI_EXPORTS | ||
#define XRAPI_API XR_EXPORT | ||
#else | ||
#define XRAPI_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRAICORE_EXPORTS | ||
#define XRAICORE_API XR_EXPORT | ||
#else | ||
#define XRAICORE_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRCDB_EXPORTS | ||
#define XRCDB_API XR_EXPORT | ||
#else | ||
#define XRCDB_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRCORE_EXPORTS | ||
#define XRCORE_API XR_EXPORT | ||
#else | ||
#define XRCORE_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRGAMESPY_EXPORTS | ||
#define XRGAMESPY_API XR_EXPORT | ||
#else | ||
#define XRGAMESPY_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XR_NETSERVER_EXPORTS | ||
#define XRNETSERVER_API XR_EXPORT | ||
#else | ||
#define XRNETSERVER_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XR_PARTICLES_EXPORTS | ||
#define PARTICLES_API XR_EXPORT | ||
#else | ||
#define PARTICLES_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRPHYSICS_EXPORTS | ||
#define XRPHYSICS_API XR_EXPORT | ||
#else | ||
#define XRPHYSICS_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRSCRIPTENGINE_EXPORTS | ||
#define XRSCRIPTENGINE_API XR_EXPORT | ||
#else | ||
#define XRSCRIPTENGINE_API XR_IMPORT | ||
#endif | ||
|
||
#ifdef XRSOUND_EXPORTS | ||
#define XRSOUND_API XR_EXPORT | ||
#else | ||
#define XRSOUND_API XR_IMPORT | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1 @@ | ||
#pragma once | ||
|
||
#ifdef XRAICORE_EXPORTS | ||
#define XRAICORE_API XR_EXPORT | ||
#else | ||
#define XRAICORE_API XR_IMPORT | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
#pragma once | ||
#include "xrCore/xrCore_impexp.h" | ||
|
||
#include <mutex> | ||
#include <atomic> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
#pragma once | ||
#ifndef logH | ||
#define logH | ||
#include "xrCore_impexp.h" | ||
#include "xrCommon/xr_vector.h" | ||
|
||
// fwd. decl. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,6 @@ | |
|
||
#ifdef USE_MEMORY_MONITOR | ||
|
||
#include "xrCore_impexp.h" | ||
#include "_types.h" | ||
|
||
namespace memory_monitor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.