mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
14 lines
276 B
C
14 lines
276 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
|