mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 15:10:32 -04:00
11 lines
No EOL
149 B
C
11 lines
No EOL
149 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char OtevriUvodniOkno();
|
|
char SelectAdventure();
|
|
char *GetSelectedAdventure();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |