1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

add saving of screenshots in subfolder

This commit is contained in:
IntelOrca
2014-05-26 14:12:43 +01:00
parent 17a567292d
commit 70d3d652c5
4 changed files with 37 additions and 10 deletions

View File

@@ -51,6 +51,10 @@ void osinterface_show_messagebox(char* message);
char* osinterface_open_directory_browser(char *title);
char* osinterface_get_orct2_homefolder();
char *osinterface_get_orct2_homesubfolder(const char *subFolder);
int osinterface_directory_exists(const char *path);
int osinterface_ensure_directory_exists(const char *path);
char osinterface_get_path_separator();
#endif