3 This file is part of libmspcore
4 Copyright © 2006,2008 Mikko Rasa, Mikkosoft Productions
5 Distributed under the LGPL
8 #ifndef MSP_TIME_RAWTIME_H_
9 #define MSP_TIME_RAWTIME_H_
19 typedef __int64 RawTime;
21 typedef long long RawTime;
25 // Internal conversion utilities, not intended for public use
26 timeval rawtime_to_timeval(RawTime);
27 timespec rawtime_to_timespec(RawTime);