misc/libphysfs/lzma/C/Sort.h
author Wuzzy <Wuzzy2@mail.ru>
Sun, 08 Jul 2018 00:16:33 +0200
changeset 13458 8f746b6a477c
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Fix teleport tooltip claiming it doesn't end turn, while in in hog placing phase with inf. attack

/* Sort.h */

#ifndef __7Z_Sort_H
#define __7Z_Sort_H

#include "Types.h"

void HeapSort(UInt32 *p, UInt32 size);
/* void HeapSortRef(UInt32 *p, UInt32 *vals, UInt32 size); */

#endif