Setup Manigraph for glad
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
#include "main.h"
|
||||
|
||||
#ifdef GLAD
|
||||
#include <glad.h>
|
||||
#else
|
||||
#include <GL/glew.h>
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user