Update Locale

This commit is contained in:
Joshua Granick
2016-09-07 14:47:37 -07:00
parent fdae1d359a
commit 83ac4fa432
4 changed files with 21 additions and 25 deletions

View File

@@ -1,6 +1,8 @@
#ifndef LIME_SYSTEM_LOCALE_H
#define LIME_SYSTEM_LOCALE_H
#include <string>
namespace lime {
@@ -10,7 +12,7 @@ namespace lime {
public:
static char* GetSystemLocale ();
static std::string* GetSystemLocale ();
};