mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2024-11-20 08:10:11 +00:00
9 lines
142 B
C
9 lines
142 B
C
|
#pragma once
|
||
|
|
||
|
#include <QString>
|
||
|
|
||
|
namespace Strings
|
||
|
{
|
||
|
int naturalCompare(const QString &s1, const QString &s2, Qt::CaseSensitivity cs);
|
||
|
}
|