1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 18:49:54 +00:00
openmw-tes3mp/components/misc/stringops.cpp
2015-01-09 21:13:57 +01:00

8 lines
106 B
C++

#include "stringops.hpp"
namespace Misc
{
std::locale StringUtils::mLocale = std::locale::classic();
}