misc/libphysfs/lzma/CPP/7zip/UI/Common/SortUtils.h
author antonc27 <antonc27@mail.ru>
Thu, 15 Mar 2018 23:59:20 +0100
branchios-develop
changeset 13224 01ab48b253ef
parent 12213 bb5522e88ab2
permissions -rw-r--r--
- Pause game when it goes background (do not show anymore annoying 'confirm quit')

// SortUtils.h

#ifndef __SORTUTLS_H
#define __SORTUTLS_H

#include "Common/MyString.h"

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

#endif