diff options
| author | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-09 04:58:33 +0000 |
|---|---|---|
| committer | relnev <relnev@5198baeb-e213-0410-be47-fc2ff85ca46f> | 2003-01-09 04:58:33 +0000 |
| commit | e51e51230c9959a1120febbe63582147689552a7 (patch) | |
| tree | e9b106e2e79fed3f787e11bf75f3cf9978665642 /Source/Timer.cpp | |
| parent | 259be8a74552d136fcdfa5eea3a0abe9489dc60d (diff) | |
| download | blackshades-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.cpp | 3 |
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) |
