summaryrefslogtreecommitdiffhomepage
path: root/Public/Developer/SystemLib/Headers/Intl.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-08 12:32:41 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-05-08 12:32:41 +0200
commit09dd11ddf800898c00ecb04a65fb5cd10fb481fa (patch)
treeeda0b4e23d6a71da7de3a78f0bb76ec3201dd2f9 /Public/Developer/SystemLib/Headers/Intl.h
parentca83108fd138cc0398f900e6a6c0a53ad51aee31 (diff)
MHR-23: :boom: changes, reworked project tree.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Public/Developer/SystemLib/Headers/Intl.h')
-rw-r--r--Public/Developer/SystemLib/Headers/Intl.h24
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);