Basic Entity Components implementation

This commit is contained in:
2022-10-23 00:14:47 +02:00
parent b359a940ba
commit 7458254b2d
40 changed files with 160 additions and 344 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <glm/glm.hpp>
#include <string>
#include "../Shader.h"
#include "Shader.h"
class Material {
public: