Skip to content
Snippets Groups Projects
Commit 872283fe authored by D-AIRY's avatar D-AIRY
Browse files

GUID generator

parent 29e325ef
Branches
Tags
No related merge requests found
......@@ -176,6 +176,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\..\source\common\file_utils.cpp" />
<ClCompile Include="..\..\..\source\common\guid.cpp" />
<ClCompile Include="..\..\..\source\common\string.cpp" />
<ClCompile Include="..\..\..\source\common\string_utils.cpp" />
<ClCompile Include="..\..\..\source\game\BaseHandle.cpp" />
......
......@@ -309,6 +309,9 @@
<ClCompile Include="..\..\..\source\game\SoundEmitter.cpp">
<Filter>Source Files\ents\sound</Filter>
</ClCompile>
<ClCompile Include="..\..\..\source\common\guid.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\source\game\sxgame.h">
......
Subproject commit 421ed9d1c0af7fadd5a6e9188c36f6f6a4290ed4
Subproject commit ace72cd79ddea6874c56131ca7dde7b896f38a03
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment