summaryrefslogtreecommitdiffhomepage
path: root/Grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Grid.h')
-rw-r--r--Grid.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/Grid.h b/Grid.h
index 8a6c3e7..e9f45d7 100644
--- a/Grid.h
+++ b/Grid.h
@@ -2,14 +2,12 @@
#include <vector>
-#include <raylib.h>
-
-#include "Killmail.h"
#include "LongVector3.h"
+#include "Wreck.h"
struct Grid
{
LongVector3 origin;
- std::vector<Killmail> killmails;
+ std::vector<Wreck> wrecks;
};