goat3dgfx

diff src/vr/vr_impl.h @ 15:7d6b667821cf

wrapped everything in the goatgfx namespace
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 30 Nov 2013 20:52:21 +0200
parents d061fe1a31ec
children 6236080aaea4
line diff
     1.1 --- a/src/vr/vr_impl.h	Sat Nov 30 15:15:34 2013 +0200
     1.2 +++ b/src/vr/vr_impl.h	Sat Nov 30 20:52:21 2013 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  	DeviceManager *ovr_devman;
     1.5  	HMDDevice *ovr_hmd_dev;
     1.6  	SensorDevice *ovr_sensor_dev;
     1.7 -	SensorFusion ovr_sfusion;
     1.8 +	SensorFusion *ovr_sfusion;
     1.9  
    1.10  	struct {
    1.11  		char *display;