skeleton updated, windows specific stuff added
This commit is contained in:
7
src/PCSave.h
Normal file
7
src/PCSave.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class C_PcSave
|
||||
{
|
||||
public:
|
||||
static void SetSaveDirectory(const Char *path);
|
||||
};
|
||||
Reference in New Issue
Block a user