Sha256: 7f8019dcc941e53b5f8b2d6c008ec3121cb74dcbf139360987eb761fe891ddee
Contents?: true
Size: 352 Bytes
Versions: 22
Compression:
Stored size: 352 Bytes
Contents
#include <Gosu/Platform.hpp> #if defined(GOSU_IS_WIN) #include <Gosu/Utility.hpp> #include "WinUtility.hpp" #include <windows.h> using namespace std; string Gosu::language() { LCID lcid = GetUserDefaultLCID(); char buffer[9]; winapi_check(GetLocaleInfoA(lcid, LOCALE_SISO639LANGNAME, buffer, sizeof buffer)); return buffer; } #endif
Version data entries
22 entries across 22 versions & 1 rubygems