Refactoring...

This commit is contained in:
2021-07-25 21:21:54 +02:00
parent 87c60187bf
commit 4927720c29
27 changed files with 320 additions and 336 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "Entity.h"
#include <glm/glm.hpp>
#include <string>
@@ -7,7 +9,7 @@
class ShaderProgram;
class Light
class Light : public Entity
{
public:
struct Prototype