summaryrefslogtreecommitdiffhomepage
path: root/Wreck.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-05-21 11:55:08 +0200
committerAki <please@ignore.pl>2022-05-21 11:55:08 +0200
commit7863e4caa1d07aef348a437fe0a662db68fd7ac3 (patch)
treebf52dfa7a7c45be1d1a696f5bf7c0c3f90beba68 /Wreck.h
parentde8d7a812c4da9f0375dc47626c0e836ba728207 (diff)
downloadderelict-7863e4caa1d07aef348a437fe0a662db68fd7ac3.zip
derelict-7863e4caa1d07aef348a437fe0a662db68fd7ac3.tar.gz
derelict-7863e4caa1d07aef348a437fe0a662db68fd7ac3.tar.bz2
Added naive Timeline
Diffstat (limited to 'Wreck.h')
-rw-r--r--Wreck.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Wreck.h b/Wreck.h
index f7b3d1b..3fa4aa5 100644
--- a/Wreck.h
+++ b/Wreck.h
@@ -9,4 +9,5 @@ struct Wreck
{
Vector3 position;
Killmail killmail;
+ double time;
};