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/quicksort.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 converter/quicksort.h (limited to 'converter/quicksort.h') diff --git a/converter/quicksort.h b/converter/quicksort.h deleted file mode 100644 index b3be0e36b..000000000 --- a/converter/quicksort.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#include - -void quicksort(int*, int, int); -int partition(int*, int, int, int); -int median3(int*,int,int); -void swap(int &, int &); - -- cgit v1.2.3