mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-01 00:50:15 -04:00
9 lines
106 B
C++
9 lines
106 B
C++
#include "stringops.hpp"
|
|
|
|
namespace Misc
|
|
{
|
|
|
|
std::locale StringUtils::mLocale = std::locale::classic();
|
|
|
|
}
|