summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
Diffstat (limited to 'Killmail.h')
-rw-r--r--Killmail.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Killmail.h b/Killmail.h
index 23db3c6..047eb68 100644
--- a/Killmail.h
+++ b/Killmail.h
@@ -2,17 +2,15 @@
#include <ctime>
-#include "Location.h"
#include "LongVector3.h"
#include "Owner.h"
-#include "Ship.h"
struct Killmail
{
- Location location;
- Owner owner;
- Ship ship;
+ long int location;
+ long int ship;
LongVector3 position;
+ Owner owner;
std::tm time;
};