This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
/********************************************************************************//**
\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