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