gates_of_skeldal/Windows/uvodni.h
2025-01-24 18:27:22 +01:00

11 lines
No EOL
149 B
C

#ifdef __cplusplus
extern "C" {
#endif
char OtevriUvodniOkno();
char SelectAdventure();
char *GetSelectedAdventure();
#ifdef __cplusplus
}
#endif