mirror of
https://github.com/UberGames/RPG-X2-rpgxEF.git
synced 2025-03-14 12:50:46 +00:00
forgot to commit changes to game project file
This commit is contained in:
parent
bbbcf322f2
commit
85910eb34d
3 changed files with 8 additions and 0 deletions
|
@ -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" />
|
||||
|
|
|
@ -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">
|
||||
|
|
BIN
stefgame.suo
BIN
stefgame.suo
Binary file not shown.
Loading…
Reference in a new issue