Compiling works for Brainstorm

This commit is contained in:
2022-01-21 17:26:22 +00:00
parent 34d0565886
commit 2c88a01cfd
11 changed files with 20 additions and 16 deletions

View File

@@ -205,7 +205,7 @@ void phys2d_edgeaddvert(struct phys2d_edge *edge)
#include "debugdraw.h"
#include "gameobject.h"
#include <math.h>
#include <chipmunk_unsafe.h>
#include <chipmunk/chipmunk_unsafe.h>
void phys2d_applycircle(struct phys2d_circle *circle)
{