Skip to content

Commit afa3509

Browse files
committed
Random changes that have been sitting around?
1 parent fac6c34 commit afa3509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/ChipmunkDebugDraw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include <stddef.h>
2424
#include <string.h>
2525

26-
#include "sokol/sokol_gfx.h"
26+
#include "sokol/sokol.h"
2727

2828
#include "chipmunk/chipmunk_private.h"
2929
#include "ChipmunkDebugDraw.h"

demo/ChipmunkDemoTextSupport.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <stddef.h>
2323
#include <string.h>
2424

25-
#include "sokol/sokol_gfx.h"
25+
#include "sokol/sokol.h"
2626

2727
// #include "chipmunk/chipmunk_private.h"
2828
// #include "ChipmunkDemo.h"

demo/sokol/sokol.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#define SOKOL_WIN32_FORCE_MAIN
22
#ifndef SOKOL_GLES3
33
#define SOKOL_GLCORE33
4-
#end
4+
#endif
55
#include "sokol_app.h"
66
#include "sokol_time.h"
77
#include "sokol_gfx.h"

0 commit comments

Comments
 (0)