gates_of_skeldal/platform/save_folder.h
2025-02-08 09:19:55 +01:00

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