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

12 lines
150 B
C
Raw Normal View History

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