aboutsummaryrefslogtreecommitdiff
path: root/gst/fxs.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/fxs.c')
-rw-r--r--gst/fxs.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gst/fxs.c b/gst/fxs.c
index ad4d15a..90f56b2 100644
--- a/gst/fxs.c
+++ b/gst/fxs.c
@@ -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);