summaryrefslogtreecommitdiffstats
path: root/src/PCSave.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-06-02 10:25:55 +0200
committerGitHub <noreply@github.com>2019-06-02 10:25:55 +0200
commit9c26e46e17b421288f7653f4c9cff81b4b6cdfb0 (patch)
treec1b34122ddd4be0461a5310c964e8218b9f5781e /src/PCSave.h
parentimplemented splashes; fixed zones (diff)
parentMerge branch 'master' into master (diff)
downloadre3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.gz
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.bz2
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.lz
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.xz
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.tar.zst
re3-9c26e46e17b421288f7653f4c9cff81b4b6cdfb0.zip
Diffstat (limited to 'src/PCSave.h')
-rw-r--r--src/PCSave.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/PCSave.h b/src/PCSave.h
new file mode 100644
index 00000000..c653fab0
--- /dev/null
+++ b/src/PCSave.h
@@ -0,0 +1,7 @@
+#pragma once
+
+class C_PcSave
+{
+public:
+ static void SetSaveDirectory(const Char *path);
+}; \ No newline at end of file