From c610c4b94eda867a3f0b083038502dccb8116170 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 3 May 2022 16:12:52 +0200 Subject: Added source and related stubs --- Killmail.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Killmail.h (limited to 'Killmail.h') diff --git a/Killmail.h b/Killmail.h new file mode 100644 index 0000000..64cf972 --- /dev/null +++ b/Killmail.h @@ -0,0 +1,16 @@ +#pragma once + +#include + +#include "Location.h" +#include "Owner.h" +#include "Ship.h" + + +struct Killmail +{ + Location location; + Owner owner; + Ship ship; + Vector3 position; +}; -- cgit v1.1