feat: refactoring
This commit is contained in:
@ -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_
|
||||
Reference in New Issue
Block a user