From 563028f6dbaad33152a873ca68f4b619839a9589 Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Fri, 4 Nov 2011 16:27:11 +0000 Subject: Changes to the denotch map converter. Now runs 20 times faster than before. Not done yet. git-svn-id: http://mc-server.googlecode.com/svn/trunk@55 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- converter/cTimer.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 converter/cTimer.h (limited to 'converter/cTimer.h') diff --git a/converter/cTimer.h b/converter/cTimer.h new file mode 100644 index 000000000..1c7134ef6 --- /dev/null +++ b/converter/cTimer.h @@ -0,0 +1,8 @@ +#pragma once + +#include + +double diffclock(clock_t, clock_t); + + + -- cgit v1.2.3