Skip to content

Commit

Permalink
Random changes that have been sitting around?
Browse files Browse the repository at this point in the history
  • Loading branch information
slembcke committed Jan 16, 2023
1 parent fac6c34 commit afa3509
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/ChipmunkDebugDraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stddef.h>
#include <string.h>

#include "sokol/sokol_gfx.h"
#include "sokol/sokol.h"

#include "chipmunk/chipmunk_private.h"
#include "ChipmunkDebugDraw.h"
Expand Down
2 changes: 1 addition & 1 deletion demo/ChipmunkDemoTextSupport.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <stddef.h>
#include <string.h>

#include "sokol/sokol_gfx.h"
#include "sokol/sokol.h"

// #include "chipmunk/chipmunk_private.h"
// #include "ChipmunkDemo.h"
Expand Down
2 changes: 1 addition & 1 deletion demo/sokol/sokol.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#define SOKOL_WIN32_FORCE_MAIN
#ifndef SOKOL_GLES3
#define SOKOL_GLCORE33
#end
#endif
#include "sokol_app.h"
#include "sokol_time.h"
#include "sokol_gfx.h"

0 comments on commit afa3509

Please sign in to comment.