diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-04 20:28:58 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-04 20:28:58 +0100 |
commit | ef4ec35417a58c4a564c1ed83ca69074cd94d95a (patch) | |
tree | ca5c2b708991f2410ec553c76c6843c50e1fb6d8 /converter/cTimer.h | |
parent | Changes to the denotch map converter. Now runs 20 times faster than before. Not done yet. (diff) | |
download | cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.tar cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.tar.gz cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.tar.bz2 cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.tar.lz cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.tar.xz cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.tar.zst cuberite-ef4ec35417a58c4a564c1ed83ca69074cd94d95a.zip |
Diffstat (limited to 'converter/cTimer.h')
-rw-r--r-- | converter/cTimer.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/converter/cTimer.h b/converter/cTimer.h deleted file mode 100644 index 1c7134ef6..000000000 --- a/converter/cTimer.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -#include <time.h> - -double diffclock(clock_t, clock_t); - - - |