Fix windows build

This commit is contained in:
2023-02-28 15:40:53 +00:00
parent 4aa6780a8e
commit f05e0e59f0
8 changed files with 69 additions and 19 deletions

View File

@@ -4,6 +4,8 @@
#include <chipmunk/chipmunk.h>
#include "script.h"
struct gameobject;
extern float phys2d_gravity;
extern int physOn;
extern cpSpace *space;