summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'Killmail.h')
-rw-r--r--Killmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Killmail.h b/Killmail.h
index 64cf972..cc0f06b 100644
--- a/Killmail.h
+++ b/Killmail.h
@@ -3,6 +3,7 @@
#include <raylib.h>
#include "Location.h"
+#include "LongVector3.h"
#include "Owner.h"
#include "Ship.h"
@@ -13,4 +14,5 @@ struct Killmail
Owner owner;
Ship ship;
Vector3 position;
+ LongVector3 original;
};