Add basic Event class

This commit is contained in:
2020-01-11 14:56:08 +01:00
parent 3efb05fac3
commit 3e3cbad9c4
2 changed files with 363 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ xcopy /y "$(ProjectDir)Shader\*.spv" "$(OutDir)\Shader\"</Command>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Base\EngineConstants.hpp" />
<ClInclude Include="Base\Event.hpp" />
<ClInclude Include="Base\ICloseable.hpp" />
<ClInclude Include="Base\IGraphicsApp.hpp" />
<ClInclude Include="Base\IGraphicsAppManager.hpp" />