Adds interfaces for base objects.

This commit is contained in:
2021-08-23 14:22:56 +09:00
parent d1f943df8e
commit 5f59ba420a
15 changed files with 1048 additions and 55 deletions

View File

@@ -147,12 +147,19 @@
<ItemGroup>
<ClInclude Include="common.h" />
<ClInclude Include="Font.h" />
<ClInclude Include="Game.h" />
<ClInclude Include="iDrawable.h" />
<ClInclude Include="iLogger.h" />
<ClInclude Include="iWritable.h" />
<ClInclude Include="Logger.h" />
<ClInclude Include="Rasterbuffer.h" />
<ClInclude Include="iConsole.h" />
<ClInclude Include="iAllocator.h" />
<ClInclude Include="LinearAllocator.h" />
<ClInclude Include="StackAllocator.h" />
<ClInclude Include="stb_truetype.h" />
<ClInclude Include="Text.h" />
<ClInclude Include="thirdparty\linalg.h" />
<ClInclude Include="thirdparty\stb_truetype.h" />
<ClInclude Include="Win32Console.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />