8 #ifndef META_OCEAN_DEVICES_ARCORE_ARCORE_H
9 #define META_OCEAN_DEVICES_ARCORE_ARCORE_H
37 #error This library is available on Android platforms only!
41 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
42 #ifdef USE_OCEAN_DEVICES_ARCORE_EXPORT
43 #define OCEAN_DEVICES_ARCORE_EXPORT __declspec(dllexport)
45 #define OCEAN_DEVICES_ARCORE_EXPORT __declspec(dllimport)
48 #define OCEAN_DEVICES_ARCORE_EXPORT
57 #if defined(OCEAN_RUNTIME_STATIC)
bool unregisterARCoreLibrary()
Unregisters this ARCore devices library at the global device manager.
void registerARCoreLibrary()
Registers this ARCore devices library at the global device manager.
OCEAN_DEVICES_ARCORE_EXPORT const std::string & nameARCoreLibrary()
Returns the name of this devices library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15