summaryrefslogtreecommitdiff
path: root/dat.h
blob: e8622173b6430a6b785efa502a1c61e15b554385 (plain)
1
2
3
4
5
6
7
typedef struct {
	float pos[2];
	float size[2];
	float vel[2];
} Body;

int checkcollision(Body *b1, Body *b2);