add crc32 for testing
This commit is contained in:
parent
58cb1e0a04
commit
15221b3120
4 changed files with 100 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="src\crc32.c" />
|
||||
<ClCompile Include="src\ddclipper.c" />
|
||||
<ClCompile Include="src\debug.c" />
|
||||
<ClCompile Include="src\detours\creatwth.cpp" />
|
||||
|
@ -60,6 +61,7 @@
|
|||
<ClCompile Include="src\wndproc.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="inc\crc32.h" />
|
||||
<ClInclude Include="inc\d3d9shader.h" />
|
||||
<ClInclude Include="inc\ddclipper.h" />
|
||||
<ClInclude Include="inc\ddraw.h" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue