mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-29 14:17:57 +03:00
14 lines
250 B
C
14 lines
250 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void Sys_InitLocalization();
|
|
void Sys_ShutLocalization();
|
|
const char* Sys_LV_ConvertString(const char* var);
|
|
const char* Sys_LV_CL_ConvertString(const char* var);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|