]> git.tdb.fi Git - libs/core.git/blob - source/time/rawtime.h
Move non-oneliner functions out of RefPtr class declaration
[libs/core.git] / source / time / rawtime.h
1 #ifndef MSP_TIME_RAWTIME_H_
2 #define MSP_TIME_RAWTIME_H_
3
4 #include <msp/core/inttypes.h>
5
6 namespace Msp {
7 namespace Time {
8
9 typedef Int64 RawTime;
10
11 } // namespace Time
12 } // namespace Msp
13
14 #endif