diff options
author | Brad Davis <[email protected]> | 2014-08-11 21:18:59 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2014-08-11 21:18:59 -0700 |
commit | 04a03e83f135fbfccbc960b13e05729490ccd375 (patch) | |
tree | 7878b192a3fd24eb69f54744dc17f44f53b0ac1a /LibOVR/Src/Kernel/OVR_System.h | |
parent | 0f49ce8fc6aa54224e4c0d6fda8c4527ad39cce1 (diff) |
Adding 0.4.1 windows files
Diffstat (limited to 'LibOVR/Src/Kernel/OVR_System.h')
-rw-r--r-- | LibOVR/Src/Kernel/OVR_System.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/LibOVR/Src/Kernel/OVR_System.h b/LibOVR/Src/Kernel/OVR_System.h index a85cd49..3bc2254 100644 --- a/LibOVR/Src/Kernel/OVR_System.h +++ b/LibOVR/Src/Kernel/OVR_System.h @@ -151,6 +151,8 @@ public: Destroy(); } + static void OVR_CDECL DirectDisplayInitialize(); + // Returns 'true' if system was properly initialized. static bool OVR_CDECL IsInitialized(); |