2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-04 23:15:52 +00:00
metaforce/Editor/locale/locale.hpp
2016-01-05 01:53:16 -08:00

16 lines
320 B
C++

#ifndef URDE_LOCALE_HPP
#define URDE_LOCALE_HPP
#include <Specter/Translator.hpp>
namespace URDE
{
std::vector<std::pair<const std::string*, const std::string*>> ListLocales();
const Specter::Locale* LookupLocale(const std::string& name);
const Specter::Locale* SystemLocaleOrEnglish();
}
#endif // URDE_LOCALE_HPP