misc/libphysfs/lzma/CPP/7zip/UI/Common/SortUtils.h
author unc0rr
Sun, 15 Apr 2018 18:20:34 +0200
changeset 13331 a4e7e62f2c0d
parent 12218 bb5522e88ab2
permissions -rw-r--r--
Install platforms dir too

// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

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

#endif