nuclear@1: /************************************************************************************ nuclear@1: nuclear@1: Filename : OVR.h nuclear@1: Content : This contains references to all OVR-specific headers in Src folder. nuclear@1: Should be generated automatically based on PublicHeader tags. nuclear@1: nuclear@1: Copyright : Copyright 2012 Oculus VR, Inc. All Rights reserved. nuclear@1: nuclear@1: Use of this software is subject to the terms of the Oculus license nuclear@1: agreement provided at the time of installation or download, or which nuclear@1: otherwise accompanies this software in either electronic or hard copy form. nuclear@1: nuclear@1: *************************************************************************************/ nuclear@1: nuclear@1: #ifndef OVR_h nuclear@1: #define OVR_h nuclear@1: nuclear@1: #include "../Src/Kernel/OVR_Allocator.h" nuclear@1: #include "../Src/Kernel/OVR_Log.h" nuclear@1: #include "../Src/Kernel/OVR_Math.h" nuclear@1: #include "../Src/Kernel/OVR_System.h" nuclear@1: #include "../Src/Kernel/OVR_Types.h" nuclear@1: #include "../Src/OVR_Device.h" nuclear@1: #include "../Src/OVR_DeviceConstants.h" nuclear@1: #include "../Src/OVR_DeviceHandle.h" nuclear@1: #include "../Src/OVR_DeviceMessages.h" nuclear@1: #include "../Src/OVR_SensorFusion.h" nuclear@1: #include "../Src/OVR_Profile.h" nuclear@1: #include "../Src/Util/Util_LatencyTest.h" nuclear@1: #include "../Src/Util/Util_Render_Stereo.h" nuclear@1: #include "../Src/Util/Util_MagCalibration.h" nuclear@1: nuclear@1: #endif nuclear@1: