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/fxs.c | |
parent | 2f345b1d6e130177efe4fa47d5b2bd11f352ce85 (diff) |
i hate cmake, g++, ld, collect2, cc1, x86_64-w64-mingw32
Diffstat (limited to 'gst/fxs.c')
-rw-r--r-- | gst/fxs.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,9 +1,10 @@ #include <stdlib.h> #include <stdio.h> -#include <units.h> -#include <vec.h> -#include <fxs.h> +#include "../umath/vec.h" + +#include "fxs.h" +#include "units.h" void fx_init (fxs *fx) { fx->bullets = (bullet*)malloc(sizeof(bullet)*1024); |