aboutsummaryrefslogtreecommitdiff
path: root/Source/Timer.cpp
diff options
context:
space:
mode:
authorrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-09 04:58:33 +0000
committerrelnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-09 04:58:33 +0000
commite51e51230c9959a1120febbe63582147689552a7 (patch)
treee9b106e2e79fed3f787e11bf75f3cf9978665642 /Source/Timer.cpp
parent259be8a74552d136fcdfa5eea3a0abe9489dc60d (diff)
downloadblackshades-e51e51230c9959a1120febbe63582147689552a7.tar.gz
moved header files around, hopefully fixing osx build
git-svn-id: svn://svn.icculus.org/blackshades/trunk@57 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Timer.cpp')
-rw-r--r--Source/Timer.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Timer.cpp b/Source/Timer.cpp
index 5360e5f..ce12481 100644
--- a/Source/Timer.cpp
+++ b/Source/Timer.cpp
@@ -1,6 +1,7 @@
/**> HEADER FILES <**/
-#include "Timer.h"
#include <string.h>
+#include "Timer.h"
+
/********************> Timer <*****/
void TimerInit(timer* theTimer)