added enum wrappers for all used enums

This commit is contained in:
Rene Eichhorn
2016-05-07 16:58:35 +02:00
parent ad3219bb46
commit f36376b137
4 changed files with 105 additions and 11 deletions

View File

@ -1,8 +1,6 @@
extern crate openvr_sys;
pub use openvr_sys::Enum_EVRInitError::*;
pub use openvr_sys::Enum_EVRApplicationType::*;
pub use openvr_sys::Enum_ETrackedDeviceProperty::*;
pub use openvr_sys::Enum_ETrackedDeviceClass::*;
use openvr_sys::Enum_EVRInitError::*;
use openvr_sys::Enum_EVRApplicationType::*;
pub mod common;
pub mod error;