vrheights
diff vrheights.vcxproj.filters @ 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.filters Tue Sep 30 18:57:20 2014 +0300 1.2 +++ b/vrheights.vcxproj.filters Wed Oct 01 01:06:55 2014 +0300 1.3 @@ -25,6 +25,9 @@ 1.4 <ClCompile Include="src\console.cc"> 1.5 <Filter>src</Filter> 1.6 </ClCompile> 1.7 + <ClCompile Include="src\game_var.cc"> 1.8 + <Filter>src</Filter> 1.9 + </ClCompile> 1.10 </ItemGroup> 1.11 <ItemGroup> 1.12 <ClInclude Include="src\game.h"> 1.13 @@ -45,5 +48,8 @@ 1.14 <ClInclude Include="src\console.h"> 1.15 <Filter>src</Filter> 1.16 </ClInclude> 1.17 + <ClInclude Include="src\game_var.h"> 1.18 + <Filter>src</Filter> 1.19 + </ClInclude> 1.20 </ItemGroup> 1.21 </Project> 1.22 \ No newline at end of file