re3-wiiu/src/PCSave.h

7 lines
90 B
C
Raw Normal View History

#pragma once
class C_PcSave
{
public:
2019-06-17 00:16:38 +02:00
static void SetSaveDirectory(const char *path);
};