We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d93f4e0 commit 31bad19Copy full SHA for 31bad19
1 file changed
demo/glfw_opengl3/main.c
@@ -8,7 +8,6 @@
8
#include <assert.h>
9
#include <limits.h>
10
#include <time.h>
11
-#include <ctype.h>
12
13
#include <GL/glew.h>
14
#include <GLFW/glfw3.h>
@@ -22,7 +21,6 @@
22
21
#define NK_INCLUDE_DEFAULT_FONT
23
#define NK_IMPLEMENTATION
24
#define NK_GLFW_GL3_IMPLEMENTATION
25
-/*#define NK_IS_WORD_BOUNDARY(c) (!isalnum(c))*/
26
#include "../../nuklear.h"
27
#include "nuklear_glfw_gl3.h"
28
0 commit comments