summary refs log tree commit diff
path: root/src/Timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timer.h')
-rw-r--r--src/Timer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/Timer.h b/src/Timer.h
deleted file mode 100644
index 2974383..0000000
--- a/src/Timer.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef _TIMER_H_
-#define _TIMER_H_
-
-/**> HEADER FILES <**/
-class timer
-{
-	public:
-	unsigned long mm_timer_start;
-	unsigned long mm_timer_elapsed;
-};
-
-void TimerInit(timer* theTimer);
-float TimerGetTime(timer* theTimer);
-
-#endif