summaryrefslogtreecommitdiffhomepage
path: root/Killmail.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-15 15:37:59 +0200
committerAki <please@ignore.pl>2022-05-15 15:37:59 +0200
commit345bb237a7f682670a6107ae75afd948cc1f6ab6 (patch)
treefd4d2982d33c837bd7c4079e41434bbbf3ec8f8a /Killmail.h
parent1b61e9b2b8c3b2218ec5a908a547180a642719e6 (diff)
downloadderelict-345bb237a7f682670a6107ae75afd948cc1f6ab6.zip
derelict-345bb237a7f682670a6107ae75afd948cc1f6ab6.tar.gz
derelict-345bb237a7f682670a6107ae75afd948cc1f6ab6.tar.bz2
Separated Wreck from Killmail
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;
};