mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-04-30 06:34:27 +02: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);
|
|
}
|