minecraft-pi-reborn/mods/src/game_mode/game_mode.h

11 lines
109 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void init_game_mode_cpp();
#ifdef __cplusplus
}
#endif