#ifndef GAME_PRIVATE_H #define GAME_PRIVATE_H #ifdef __cplusplus extern "C" { #endif int game_resinit(void); void game_free(void); #ifdef __cplusplus } #endif #endif /* GAME_PRIVATE_H */