misc/libphysfs/lzma/C/Sort.h
author Wuzzy <Wuzzy2@mail.ru>
Sat, 10 Feb 2018 14:20:36 +0100
changeset 12963 c0746aa9944d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Redraw Vampiric.png based on vector graphic. Smooth fade out to 0 opacity instead of hard cut-off

/* 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