]> git.tdb.fi Git - libs/core.git/blob - source/time/utils.h
9efe39a3715bf0cb40f486bfd9872aa08765e48e
[libs/core.git] / source / time / utils.h
1 /*
2 This file is part of libmspframework     
3 Copyright © 2006  Mikko Rasa, Mikkosoft Productions
4 Distributed under the LGPL
5 */
6 #ifndef MSP_TIME_UTILS_H_
7 #define MSP_TIME_UTILS_H_
8
9 namespace Msp {
10 namespace Time {
11
12 class TimeDelta;
13 class TimeStamp;
14
15 extern TimeStamp now();
16 extern TimeDelta get_cpu_time();
17 extern int sleep(const TimeDelta &);
18
19 } // namespace Time
20 } // namespace Msp
21
22 #endif