1
0
mirror of https://github.com/MultiMC/MultiMC5.git synced 2025-03-25 01:43:36 +00:00
2018-07-15 14:51:05 +02:00

11 lines
198 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);
}