forgot to commit changes to game project file

This commit is contained in:
Walter Julius Hennecke 2012-07-26 19:30:34 +02:00
parent bbbcf322f2
commit 85910eb34d
3 changed files with 8 additions and 0 deletions

View file

@ -243,6 +243,7 @@
<ClCompile Include="lgc.c" />
<ClCompile Include="linit.c" />
<ClCompile Include="liolib.c" />
<ClCompile Include="list.c" />
<ClCompile Include="llex.c" />
<ClCompile Include="lmathlib.c" />
<ClCompile Include="lmem.c" />
@ -511,6 +512,7 @@
<ClInclude Include="ldo.h" />
<ClInclude Include="lfunc.h" />
<ClInclude Include="lgc.h" />
<ClInclude Include="list.h" />
<ClInclude Include="llex.h" />
<ClInclude Include="llimits.h" />
<ClInclude Include="lmem.h" />

View file

@ -276,6 +276,9 @@
<ClCompile Include="lua_cvar.c">
<Filter>Source Files\lua</Filter>
</ClCompile>
<ClCompile Include="list.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="ai_chat.h">
@ -455,6 +458,9 @@
<ClInclude Include="g_weapon.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="list.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="game.def">

Binary file not shown.