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

@ -48,6 +48,7 @@
<ClInclude Include="gl\texture.h" />
<ClInclude Include="heap_array.h" />
<ClInclude Include="jit_code_buffer.h" />
<ClInclude Include="rectangle.h" />
<ClInclude Include="state_wrapper.h" />
<ClInclude Include="types.h" />
<ClInclude Include="cd_xa.h" />