]> git.tdb.fi Git - libs/core.git/blobdiff - source/time/units.h
Rename to libmspcore
[libs/core.git] / source / time / units.h
diff --git a/source/time/units.h b/source/time/units.h
new file mode 100644 (file)
index 0000000..6417782
--- /dev/null
@@ -0,0 +1,25 @@
+/*
+This file is part of libmspframework     
+Copyright © 2006  Mikko Rasa, Mikkosoft Productions
+Distributed under the LGPL
+*/
+#ifndef MSP_TIME_UNITS_H_
+#define MSP_TIME_UNITS_H_
+
+#include "timedelta.h"
+
+namespace Msp {
+namespace Time {
+
+extern const TimeDelta usec;
+extern const TimeDelta msec;
+extern const TimeDelta sec;
+extern const TimeDelta min;
+extern const TimeDelta hour;
+extern const TimeDelta day;
+extern const TimeDelta week;
+
+} // namespace Time
+} // namespace Msp
+
+#endif