11 lines
195 B
C++
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);
|
|
}
|