1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-04-02 22:20:50 +00:00
2016-05-01 00:00:14 +02:00

11 lines
195 B
C++

#pragma once
#include <QString>
#include "multimc_logic_export.h"
namespace Strings
{
int MULTIMC_LOGIC_EXPORT naturalCompare(const QString &s1, const QString &s2, Qt::CaseSensitivity cs);
}