From f9531223b72f8337b8d774c9e3a0d0b0f9ffcc7b Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Wed, 2 Nov 2011 15:11:59 +0100 Subject: Cleaning up a bit. --- src/Timer.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/Timer.h') diff --git a/src/Timer.h b/src/Timer.h index abc52af..7689f36 100644 --- a/src/Timer.h +++ b/src/Timer.h @@ -9,11 +9,22 @@ * Douglas M. Pase - initial API and implementation * *******************************************************************************/ +// +// Configuration +// + +// Include guard #if !defined(Timer_h) #define Timer_h +// Local includes #include "Types.h" + +// +// Class definition +// + class Timer { public: static double seconds(); -- cgit v1.2.3