Added groundwork for the compositor

This commit is contained in:
Colin Sherratt
2015-07-05 00:06:45 -04:00
parent a5f86b43a5
commit cad1e5fcda
4 changed files with 57 additions and 1 deletions

View File

@ -90,6 +90,7 @@ extern "C" {
pub fn VR_Shutdown();
pub fn VR_IsHmdPresent() -> bool;
pub fn VR_GetStringForHmdError(err: HmdError) -> *const u8;
pub fn VR_GetGenericInterface(name: *const u8, err: *mut HmdError) -> *const ();
}
"""