mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 06:00:33 -04:00
15 lines
242 B
C
15 lines
242 B
C
#ifndef _SKELDAL_PLATFORM_SAVE_FOLDER
|
|
#define _SKELDAL_PLATFORM_SAVE_FOLDER
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#define SAVEGAME_FOLDERNAME "Skeldal"
|
|
|
|
const char *get_default_savegame_directory(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|