minecraft-pi-reborn/mods/src/game-mode/game-mode.h
TheBrokenRail 73f900f8b4
All checks were successful
minecraft-pi-reborn/pipeline/head This commit looks good
Hyphenate Game Mode Mod
2021-06-28 17:00:29 -04:00

11 lines
150 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
__attribute__((visibility("internal"))) void _init_game_mode_cpp();
#ifdef __cplusplus
}
#endif