]> git.tdb.fi Git - libs/core.git/blob - source/time/rawtime.h
Add move semantics to Variant
[libs/core.git] / source / time / rawtime.h
1 #ifndef MSP_TIME_RAWTIME_H_
2 #define MSP_TIME_RAWTIME_H_
3
4 #include <cstdint>
5
6 namespace Msp {
7 namespace Time {
8
9 typedef std::int64_t RawTime;
10
11 } // namespace Time
12 } // namespace Msp
13
14 #endif