misc/libphysfs/lzma/CPP/7zip/UI/Common/SortUtils.h
author Wuzzy <Wuzzy2@mail.ru>
Mon, 05 Mar 2018 16:16:32 +0100
changeset 13078 dd904dd9c587
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Fix frontend error dialog always displaying "failed" as last engine message after engine crash

// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

void SortFileNames(const UStringVector &strings, CIntVector &indices);

#endif