mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-09 16:10:27 -04:00
import ADV settings, platform files
This commit is contained in:
parent
9b86bed2d8
commit
ccebc91f0d
17 changed files with 244 additions and 14 deletions
11
platform/save_folder.h
Normal file
11
platform/save_folder.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifdef __cplusplus__
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SAVEGAME_FOLDERNAME "Skeldal";
|
||||
|
||||
const char *get_default_savegame_directory();
|
||||
|
||||
#ifdef __cplusplus__
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue