]> git.tdb.fi Git - libs/core.git/blob - source/time/types.h
Add types.h
[libs/core.git] / source / time / types.h
1 #ifndef MSP_TIME_TYPES_H_
2 #define MSP_TIME_TYPES_H_
3
4 #include <stdint.h>
5
6 namespace Msp {
7 namespace Time {
8
9 typedef int64_t RawTime;
10
11 } // namespace Time
12 } // namespace Msp
13
14 #endif