diff options
author | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 09:44:19 +0100 |
---|---|---|
committer | jacopo grandi <jak.sk8@hotmail.it> | 2021-03-02 09:44:19 +0100 |
commit | 879fb2adefadbc5f38711cd8f01bcc4cee053e3d (patch) | |
tree | 63d9841f0dd321978714dd5839cb6f8c3c8df57e /gst/units.h | |
parent | 2f345b1d6e130177efe4fa47d5b2bd11f352ce85 (diff) |
i hate cmake, g++, ld, collect2, cc1, x86_64-w64-mingw32
Diffstat (limited to 'gst/units.h')
-rw-r--r-- | gst/units.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/units.h b/gst/units.h index 2b401e9..12f42dc 100644 --- a/gst/units.h +++ b/gst/units.h @@ -4,7 +4,7 @@ #define MAXUNITS 128 #define MAXSOLVESTEPS 128 -#include <info.h> +#include "info.h" typedef struct unit_ { float pos[2]; @@ -28,7 +28,7 @@ typedef struct army_ { } army; -#include <map.h> +#include "map.h" void unit_init (infos *info, army *ar, map *m, int x, int y, info_unit *iu, int owner, unit *u); |