feat: refactoring

This commit is contained in:
2025-10-22 14:25:02 +02:00
parent 71f1b2c6d2
commit ea593feb8d
36 changed files with 220 additions and 71 deletions

View File

@ -8,6 +8,8 @@
#include "engine/export.h"
#include "engine/components/light.h"
namespace Engine {
// TODO: make static or singleton
class ENGINE_API Renderer {
public:
@ -37,4 +39,6 @@ private:
glm::mat4 m_view;
};
}
#endif // RENDERER_H_