mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-04 21:50:38 -04:00
11 lines
159 B
C
11 lines
159 B
C
#ifdef __cplusplus__
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define SAVEGAME_FOLDERNAME "Skeldal";
|
|
|
|
const char *get_default_savegame_directory();
|
|
|
|
#ifdef __cplusplus__
|
|
}
|
|
#endif
|