Move nuklear specific client files into their own folder
This commit is contained in:
parent
686428b274
commit
9ee302c0e2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue