]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Initial stereo code.
[lugaru.git] / Source / Globals.cpp
index 2eae6fbc7979c31da454398c1257935c144ce1c7..e0b189d811cf209b2da7594927f1eaef20d0920d 100644 (file)
@@ -33,6 +33,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Person.h"
 #include "TGALoader.h"
 #include "openal_wrapper.h"
+#include "Stereo.h"
 
 #include "Constants.h"
 
@@ -267,3 +268,6 @@ bool gamestarted = 0;
 
 //TextureList textures;
 
+StereoMode stereomode =  stereoHorizontalInterlaced;
+float stereoseparation = 0.05;
+bool  stereoreverse = false;
\ No newline at end of file