summaryrefslogtreecommitdiff
path: root/src/PCSave.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2019-06-02 06:00:38 +0300
committerFire-Head <Fire-Head@users.noreply.github.com>2019-06-02 06:00:38 +0300
commitb1f9e28cd155459ab2843690c248ed9f4767bc3f (patch)
tree8e7d2a33d4c5109ea3c3562940268afc57d0915c /src/PCSave.h
parent28fce310d5cb9a3a81e0f038192a39abd688d1bd (diff)
skeleton updated, windows specific stuff added
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