misc/libphysfs/lzma/CPP/7zip/UI/Common/SortUtils.h
author nemo
Tue, 01 May 2018 20:41:47 -0400
changeset 13356 4df13ed115d8
parent 12218 bb5522e88ab2
permissions -rw-r--r--
reduce minigun splash droplets a little

// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

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

#endif