Adds interfaces for base objects.
This commit is contained in:
@@ -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" />
|
||||
|
Reference in New Issue
Block a user