We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac6c34 commit afa3509Copy full SHA for afa3509
demo/ChipmunkDebugDraw.c
@@ -23,7 +23,7 @@
23
#include <stddef.h>
24
#include <string.h>
25
26
-#include "sokol/sokol_gfx.h"
+#include "sokol/sokol.h"
27
28
#include "chipmunk/chipmunk_private.h"
29
#include "ChipmunkDebugDraw.h"
demo/ChipmunkDemoTextSupport.c
@@ -22,7 +22,7 @@
22
// #include "chipmunk/chipmunk_private.h"
// #include "ChipmunkDemo.h"
demo/sokol/sokol.h
@@ -1,7 +1,7 @@
1
#define SOKOL_WIN32_FORCE_MAIN
2
#ifndef SOKOL_GLES3
3
#define SOKOL_GLCORE33
4
-#end
+#endif
5
#include "sokol_app.h"
6
#include "sokol_time.h"
7
#include "sokol_gfx.h"
0 commit comments