skeleton updated, windows specific stuff added

This commit is contained in:
Fire-Head
2019-06-02 06:00:38 +03:00
parent 28fce310d5
commit b1f9e28cd1
237 changed files with 258817 additions and 437 deletions

7
src/PCSave.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
class C_PcSave
{
public:
static void SetSaveDirectory(const Char *path);
};