From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- Public/Developer/SystemLib/Headers/Intl.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Public/Developer/SystemLib/Headers/Intl.h (limited to 'Public/Developer/SystemLib/Headers/Intl.h') 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 - -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); -- cgit v1.2.3