8 #ifndef META_OCEAN_PLATFORM_OPENXR_OPEN_XR_H
9 #define META_OCEAN_PLATFORM_OPENXR_OPEN_XR_H
15 #include <openxr/openxr.h>
41 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
42 #ifdef USE_OCEAN_PLATFORM_OPENXR_EXPORT
43 #define OCEAN_PLATFORM_OPENXR_EXPORT __declspec(dllexport)
45 #define OCEAN_PLATFORM_OPENXR_EXPORT __declspec(dllimport)
48 #define OCEAN_PLATFORM_OPENXR_EXPORT
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15