OVR.h 676 B

123456789101112131415161718192021
  1. /********************************************************************************//**
  2. \file OVR.h
  3. \brief The main public interface to Oculus for C++ Developers.
  4. \copyright Copyright 2015 Oculus VR, LLC All Rights reserved.
  5. *************************************************************************************/
  6. #ifndef OVR_h
  7. #define OVR_h
  8. #include "OVR_Version.h"
  9. #include "OVR_CAPI.h"
  10. /* The following includes are deprecated from this location and will be removed from a future version of this library. */
  11. #include "Kernel/OVR_Types.h"
  12. #include "Kernel/OVR_RefCount.h"
  13. #include "Kernel/OVR_Std.h"
  14. #include "Kernel/OVR_Alg.h"
  15. #include "Extras/OVR_Math.h"
  16. #endif