imgui time i think

This commit is contained in:
Ben
2021-09-17 17:40:59 +01:00
parent 0954a27873
commit b221dedb6b
3 changed files with 12 additions and 0 deletions

0
Aeon/Rendering/ImGui.hpp Normal file
View File

View File

@@ -0,0 +1,11 @@
#ifndef AEON_RENDERING_RENDERMASTER_H_
#define AEON_RENDERING_RENDERMASTER_H_
namespace Aeon::Rendering
{
}
#endif

View File

@@ -26,6 +26,7 @@ file(GLOB EngineSource
Aeon/Debug/*.cpp
Aeon/Input/*.cpp
Aeon/Maths/*.cpp
Aeon/Rendering/*.cpp
Aeon/ThirdParty/*.cpp
Aeon/ThirdParty/*.c
)