Transfert classe Paramteres de common à SQCSim 2021

This commit is contained in:
mduval76
2023-11-25 14:05:47 -05:00
parent 2ab201e93c
commit 1ab83a85a7
5 changed files with 8 additions and 12 deletions

View File

@@ -140,7 +140,6 @@
<ClInclude Include="define.h" />
<ClInclude Include="matrix4.h" />
<ClInclude Include="opensimplex.h" />
<ClInclude Include="parameters.h" />
<ClInclude Include="player.h" />
<ClInclude Include="netprotocol.h" />
<ClInclude Include="transformation.h" />
@@ -154,7 +153,6 @@
<ClCompile Include="chunk.cpp" />
<ClCompile Include="netprotocol.cpp" />
<ClCompile Include="opensimplex.cpp" />
<ClCompile Include="parameters.cpp" />
<ClCompile Include="player.cpp" />
<ClCompile Include="transformation.cpp" />
<ClCompile Include="world.cpp" />