mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-08 09:37:53 +00:00
9 lines
106 B
C++
9 lines
106 B
C++
#include "stringops.hpp"
|
|
|
|
namespace Misc
|
|
{
|
|
|
|
std::locale StringUtils::mLocale = std::locale::classic();
|
|
|
|
}
|