X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Ftime%2Funits.h;h=fb3be369d5fa602931db69dde5828e62dc0ab83f;hb=62a984b46e08740d19cb055f01be3365982f6b9d;hp=6417782c3c1ee211197eac1346666c889e27d47d;hpb=e1ea831a640fba534e7e42e399f04cdf681ef8d3;p=libs%2Fcore.git diff --git a/source/time/units.h b/source/time/units.h index 6417782..fb3be36 100644 --- a/source/time/units.h +++ b/source/time/units.h @@ -1,8 +1,3 @@ -/* -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_ @@ -11,6 +6,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;