]> git.tdb.fi Git - libs/vr.git/blobdiff - source/libovr/libovrsystem_private.h
Name LibOVR classes after the API, not the device
[libs/vr.git] / source / libovr / libovrsystem_private.h
diff --git a/source/libovr/libovrsystem_private.h b/source/libovr/libovrsystem_private.h
new file mode 100644 (file)
index 0000000..d75f9f8
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef MSP_VR_LIBOVRSYSTEM_PRIVATE_H_
+#define MSP_VR_LIBOVRSYSTEM_PRIVATE_H_
+
+#include <OVR.h>
+#include "libovrsystem.h"
+
+namespace Msp {
+namespace VR {
+
+struct LibOVRSystem::Private
+{
+       ovrHmd ovr_hmd;
+       ovrFrameTiming frame_timing;
+};
+
+} // namespace VR
+} // namespace Msp
+
+#endif