summaryrefslogtreecommitdiff
path: root/include/common/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/time.h')
-rw-r--r--include/common/time.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/common/time.h b/include/common/time.h
index 54a7bb2..54a81af 100644
--- a/include/common/time.h
+++ b/include/common/time.h
@@ -3,8 +3,13 @@
3 3
4/** 4/**
5 * File: time.h 5 * File: time.h
6 * > Who can say where the road goes...
7 * > Where the day flows, only time...
8 * -- Enya
6 */ 9 */
7 10
11#include "geom.h"
12
8/** 13/**
9 * Constants: Time vectors 14 * Constants: Time vectors
10 * 15 *
@@ -18,6 +23,6 @@
18 * Type: TimeVector 23 * Type: TimeVector
19 * An abstract time vector. 24 * An abstract time vector.
20 */ 25 */
21typedef float TimeVector; 26typedef RealVector TimeVector;
22 27
23#endif 28#endif