Setup Manigraph for glad

This commit is contained in:
PedroEdiaz
2024-10-30 22:42:13 -06:00
parent 303f16d155
commit 88495c1068
9 changed files with 5178 additions and 7 deletions

View File

@@ -1,5 +1,10 @@
#include "main.h"
#ifdef GLAD
#include <glad.h>
#else
#include <GL/glew.h>
#endif
#ifdef DEBUG
#include <stdio.h>