Merge branch 'master' of github.com:csherratt/ovr-rs

Conflicts:
	info.rs
	ovr/test.rs
	test.rs
This commit is contained in:
Colin Sherratt
2014-03-15 13:36:33 -04:00
3 changed files with 14 additions and 8 deletions

View File

@ -18,8 +18,8 @@ extern "C"
};
struct HMDInfoC {
uint HResolution;
uint VResolution;
unsigned int HResolution;
unsigned int VResolution;
float HScreenSize;
float VScreenSize;
float VScreenCenter;