15 lines
145 B
C
15 lines
145 B
C
|
#ifndef GAME_MODE_H
|
||
|
|
||
|
#define GAME_MODE_H
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void init_game_mode_cpp();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|