mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
26 lines
824 B
C
26 lines
824 B
C
/********************************************************************************//**
|
|
\file OVRKernel.h
|
|
\brief This contains references to all OVR Kernel headers in Src folder.
|
|
\copyright Copyright 2015 Oculus VR, LLC All Rights reserved.
|
|
*************************************************************************************/
|
|
|
|
/* This header file is deprecated and will be removed from a future version of this library */
|
|
|
|
#ifndef OVR_Kernel_h
|
|
#define OVR_Kernel_h
|
|
|
|
#include "Kernel/OVR_Types.h"
|
|
#include "Kernel/OVR_Allocator.h"
|
|
#include "Kernel/OVR_RefCount.h"
|
|
#include "Kernel/OVR_Log.h"
|
|
#include "Kernel/OVR_System.h"
|
|
#include "Kernel/OVR_Nullptr.h"
|
|
#include "Kernel/OVR_String.h"
|
|
#include "Kernel/OVR_Array.h"
|
|
#include "Kernel/OVR_Timer.h"
|
|
#include "Kernel/OVR_SysFile.h"
|
|
#include "Extras/OVR_Math.h"
|
|
|
|
#endif
|
|
|