Common: Add Rectangle helper class

This commit is contained in:
Connor McLaughlin
2019-11-05 19:19:20 +10:00
parent 16d83989e5
commit 65197d4350
4 changed files with 136 additions and 1 deletions

View File

@ -31,6 +31,7 @@
<ClInclude Include="d3d11\shader_compiler.h">
<Filter>d3d11</Filter>
</ClInclude>
<ClInclude Include="rectangle.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="jit_code_buffer.cpp" />