diff options
Diffstat (limited to 'raul/TimeSlice.h')
-rw-r--r-- | raul/TimeSlice.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/raul/TimeSlice.h b/raul/TimeSlice.h index 7ffd8a4..dec91e5 100644 --- a/raul/TimeSlice.h +++ b/raul/TimeSlice.h @@ -20,17 +20,11 @@ #include <cassert> #include <boost/utility.hpp> +#include <raul/types.h> namespace Raul { -typedef uint32_t TickTime; ///< absolute time in ticks -typedef uint32_t TickCount; ///< offset in ticks -typedef double BeatTime; -typedef double BeatCount; -typedef double Seconds; - - /** A duration of time, with conversion between tick time and beat time. * * This is a slice along a single timeline (ie t=0 in ticks and t=0 in beats |