vrheights

diff vrheights.vcxproj @ 7:0eca023ed909

- fixed the hmd-tracking / mouselook interaction - added game variable system
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 01 Oct 2014 01:06:55 +0300
parents 053a52f0cb64
children 0168104ec568
line diff
     1.1 --- a/vrheights.vcxproj	Tue Sep 30 18:57:20 2014 +0300
     1.2 +++ b/vrheights.vcxproj	Wed Oct 01 01:06:55 2014 +0300
     1.3 @@ -83,6 +83,7 @@
     1.4      <ClCompile Include="src\bezmath.c" />
     1.5      <ClCompile Include="src\console.cc" />
     1.6      <ClCompile Include="src\game.cc" />
     1.7 +    <ClCompile Include="src\game_var.cc" />
     1.8      <ClCompile Include="src\main.cc" />
     1.9      <ClCompile Include="src\opengl.cc" />
    1.10      <ClCompile Include="src\teapot.c" />
    1.11 @@ -91,6 +92,7 @@
    1.12      <ClInclude Include="src\bezmath.h" />
    1.13      <ClInclude Include="src\console.h" />
    1.14      <ClInclude Include="src\game.h" />
    1.15 +    <ClInclude Include="src\game_var.h" />
    1.16      <ClInclude Include="src\opengl.h" />
    1.17      <ClInclude Include="src\teapot.h" />
    1.18      <ClInclude Include="src\teapot_data.h" />