minecraft-pi-reborn/mods/src/game_mode/game_mode.h
TheBrokenRail d0c2b98ca6
Some checks failed
minecraft-pi-reborn/pipeline/head There was a failure building this commit
2.0
2021-06-17 17:32:24 -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