15 lines
190 B
C
15 lines
190 B
C
#pragma once
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
void UnityPalLocaleInitialize();
|
|
void UnityPalLocaleUnInitialize();
|
|
char* UnityPalGetLocale();
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif
|