minecraft-pi-reborn/mods/src/game-mode/game-mode-internal.h

12 lines
150 B
C
Raw Normal View History

2021-01-27 21:26:19 +00:00
#pragma once
2020-12-02 23:18:49 +00:00
#ifdef __cplusplus
extern "C" {
#endif
2022-04-28 03:38:30 +00:00
__attribute__((visibility("internal"))) void _init_game_mode_ui();
2020-12-02 23:18:49 +00:00
#ifdef __cplusplus
}
2022-04-28 03:38:30 +00:00
#endif