This commit is contained in:
Daniel Ledda
2025-02-17 14:13:22 +01:00
parent a89ef8ddde
commit 95b781a4b9
14 changed files with 5609 additions and 326 deletions

10
src/gfx/gfx.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef GFX_H
#define GFX_H
#include "Mesh.h"
#include "Shader.h"
#include "Texture.h"
#include "geometry.h"
#include "Color.h"
#endif