From 879fb2adefadbc5f38711cd8f01bcc4cee053e3d Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Tue, 2 Mar 2021 09:44:19 +0100 Subject: i hate cmake, g++, ld, collect2, cc1, x86_64-w64-mingw32 --- gst/map.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gst/map.c') diff --git a/gst/map.c b/gst/map.c index 59d1ad1..f511496 100644 --- a/gst/map.c +++ b/gst/map.c @@ -1,9 +1,10 @@ #include #include -#include #include -#include +#include "units.h" + +#include "map.h" int ptoi (map *m, int *p) { return p[0]+p[1]*m->sx; } int xytoi (map *m, int x, int y) { return x+y*m->sx; } -- cgit v1.2.3-54-g00ecf