14 lines
155 B
C
14 lines
155 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const char *get_secret_key(const char *key);
|
|
|
|
float get_screen_scale();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|