diff --git a/proj/sxgame/vs2013/sxgame.vcxproj b/proj/sxgame/vs2013/sxgame.vcxproj index d0f399efead5167c59316022d8768bf6194158b1..fed316c00790aab5a2a61029057c26bc4a5ba285 100644 --- a/proj/sxgame/vs2013/sxgame.vcxproj +++ b/proj/sxgame/vs2013/sxgame.vcxproj @@ -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" /> diff --git a/proj/sxgame/vs2013/sxgame.vcxproj.filters b/proj/sxgame/vs2013/sxgame.vcxproj.filters index 1e55d43a3254f709f643949c542927488433cd85..b56011f928a25960c1a89f27dddcc5c7969112e0 100644 --- a/proj/sxgame/vs2013/sxgame.vcxproj.filters +++ b/proj/sxgame/vs2013/sxgame.vcxproj.filters @@ -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"> diff --git a/source/common b/source/common index 421ed9d1c0af7fadd5a6e9188c36f6f6a4290ed4..ace72cd79ddea6874c56131ca7dde7b896f38a03 160000 --- a/source/common +++ b/source/common @@ -1 +1 @@ -Subproject commit 421ed9d1c0af7fadd5a6e9188c36f6f6a4290ed4 +Subproject commit ace72cd79ddea6874c56131ca7dde7b896f38a03