Initial commit

This commit is contained in:
CJ Satnarine
2025-02-15 00:07:28 -05:00
committed by GitHub
commit 30879d8ef8
25 changed files with 16500 additions and 0 deletions

6
src/classes/Classes.h Normal file
View File

@@ -0,0 +1,6 @@
#include "ElementBufferObject.h"
#include "Shader.h"
#include "Texture.h"
#include "VertexArrayObject.h"
#include "VertexBufferObject.h"
#include "debug.h"