mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-29 12:34:14 +01:00
7 lines
90 B
C++
7 lines
90 B
C++
#pragma once
|
|
|
|
class C_PcSave
|
|
{
|
|
public:
|
|
static void SetSaveDirectory(const Char *path);
|
|
}; |