summaryrefslogtreecommitdiffstats
path: root/source/cTimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cTimer.h')
-rw-r--r--source/cTimer.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source/cTimer.h b/source/cTimer.h
deleted file mode 100644
index 5969d0fc9..000000000
--- a/source/cTimer.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-class cTimer
-{
-public:
- cTimer();
- ~cTimer();
-
- long long GetNowTime();
-private:
-
-#ifdef _WIN32
- void* m_TicksPerSecond; // LARGE_INTEGER*
-#endif
-}; \ No newline at end of file