diff --git a/Aeon/Rendering/ImGui.hpp b/Aeon/Rendering/ImGui.hpp new file mode 100644 index 0000000..e69de29 diff --git a/Aeon/Rendering/RenderMaster.hpp b/Aeon/Rendering/RenderMaster.hpp new file mode 100644 index 0000000..2954a1a --- /dev/null +++ b/Aeon/Rendering/RenderMaster.hpp @@ -0,0 +1,11 @@ +#ifndef AEON_RENDERING_RENDERMASTER_H_ +#define AEON_RENDERING_RENDERMASTER_H_ + +namespace Aeon::Rendering +{ + + + +} + +#endif diff --git a/CMakeLists.txt b/CMakeLists.txt index 7287ee6..6b9247f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 )