Chris Willcocks 9 years ago
parent
commit
f53e2d51d8
2 changed files with 2 additions and 3 deletions
  1. 1 2
      demo/emscripten/index.js
  2. 1 1
      demo/emscripten/main.c

File diff suppressed because it is too large
+ 1 - 2
demo/emscripten/index.js


+ 1 - 1
demo/emscripten/main.c

@@ -21,7 +21,7 @@
 #define NK_INCLUDE_DEFAULT_FONT
 #define NK_INCLUDE_DEFAULT_FONT
 #define NK_IMPLEMENTATION
 #define NK_IMPLEMENTATION
 #define NK_GLFW_GL3_IMPLEMENTATION
 #define NK_GLFW_GL3_IMPLEMENTATION
-#include "nuklear.h"
+#include "../../nuklear.h"
 #include "nuklear_glfw_gl3.h"
 #include "nuklear_glfw_gl3.h"
 
 
 #define MAX_VERTEX_BUFFER 512 * 1024
 #define MAX_VERTEX_BUFFER 512 * 1024

Some files were not shown because too many files changed in this diff