diff options
Diffstat (limited to 'Public/Developer/SystemLib/Headers/Intl.h')
| -rw-r--r-- | Public/Developer/SystemLib/Headers/Intl.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Public/Developer/SystemLib/Headers/Intl.h b/Public/Developer/SystemLib/Headers/Intl.h deleted file mode 100644 index 2e91812e..00000000 --- a/Public/Developer/SystemLib/Headers/Intl.h +++ /dev/null @@ -1,24 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#pragma once - -/// @brief Intlization primitives. - -#include <Headers/Defines.h> - -typedef UInt64Type IntlRef; - -/// @brief locale getter and setters. - -IntlRef IntlGetLocale(const char* name); -BooleanType IntlSetLocale(const IntlRef intl); - -/// @brief locale helpers. - -/// @brief translate a string from a locale. -const CharacterTypeUTF8* Intl(const CharacterTypeUTF8* input, - const IntlRef locale); |
