X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Ftime%2Funits.h;h=a0ed2b519c9739e02ca5fa42d67ae728344be505;hp=6417782c3c1ee211197eac1346666c889e27d47d;hb=efa772f72195ab4aaf7dfb880e27bf0e07195d65;hpb=e1ea831a640fba534e7e42e399f04cdf681ef8d3 diff --git a/source/time/units.h b/source/time/units.h index 6417782..a0ed2b5 100644 --- a/source/time/units.h +++ b/source/time/units.h @@ -1,8 +1,10 @@ -/* -This file is part of libmspframework +/* $Id$ + +This file is part of libmspcore Copyright © 2006 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ + #ifndef MSP_TIME_UNITS_H_ #define MSP_TIME_UNITS_H_ @@ -11,6 +13,7 @@ Distributed under the LGPL namespace Msp { namespace Time { +extern const TimeDelta zero; extern const TimeDelta usec; extern const TimeDelta msec; extern const TimeDelta sec;