import ADV settings, platform files

This commit is contained in:
Ondřej Novák 2025-01-30 20:43:42 +01:00
parent 9b86bed2d8
commit ccebc91f0d
17 changed files with 244 additions and 14 deletions

11
platform/save_folder.h Normal file
View file

@ -0,0 +1,11 @@
#ifdef __cplusplus__
extern "C" {
#endif
#define SAVEGAME_FOLDERNAME "Skeldal";
const char *get_default_savegame_directory();
#ifdef __cplusplus__
}
#endif