| 123456789101112131415161718192021 |
- /********************************************************************************//**
- \file OVR.h
- \brief The main public interface to Oculus for C++ Developers.
- \copyright Copyright 2015 Oculus VR, LLC All Rights reserved.
- *************************************************************************************/
- #ifndef OVR_h
- #define OVR_h
- #include "OVR_Version.h"
- #include "OVR_CAPI.h"
- /* The following includes are deprecated from this location and will be removed from a future version of this library. */
- #include "Kernel/OVR_Types.h"
- #include "Kernel/OVR_RefCount.h"
- #include "Kernel/OVR_Std.h"
- #include "Kernel/OVR_Alg.h"
- #include "Extras/OVR_Math.h"
- #endif
|