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

11 lines
109 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
void init_game_mode_cpp();
#ifdef __cplusplus
}
#endif