Let ImGUI explicitely use GLAD to load OpenGL functionalities

This commit is contained in:
hans 2021-10-29 00:53:46 +02:00
parent bc813ad9cd
commit 93cf23344d
4 changed files with 14 additions and 4 deletions

View file

@ -22,7 +22,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <glad/glad.h>
#include "../glad/glad.h"
static void* get_proc(const char *namez);