Move nuklear specific client files into their own folder

This commit is contained in:
Kienan Stewart 2019-09-03 20:56:30 -04:00
parent 686428b274
commit 9ee302c0e2
No known key found for this signature in database
GPG Key ID: 075A846E78FE47EA
2 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#define NK_GLFW_GL3_IMPLEMENTATION #define NK_GLFW_GL3_IMPLEMENTATION
#define NK_KEYSTATE_BASED_INPUT #define NK_KEYSTATE_BASED_INPUT
#include <nuklear.h> #include <nuklear.h>
#include "nuklear_glfw_gl3.h" #include "nuklear/nuklear_glfw_gl3.h"
#define MAX_VERTEX_BUFFER 512 * 1024 #define MAX_VERTEX_BUFFER 512 * 1024
#define MAX_ELEMENT_BUFFER 128 * 1024 #define MAX_ELEMENT_BUFFER 128 * 1024