diff options
Diffstat (limited to 'src/Timer.h')
-rw-r--r-- | src/Timer.h | 11 |
1 files changed, 11 insertions, 0 deletions
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(); |