mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 05:50:00 +00:00
7 lines
90 B
C++
7 lines
90 B
C++
#pragma once
|
|
|
|
class C_PcSave
|
|
{
|
|
public:
|
|
static void SetSaveDirectory(const Char *path);
|
|
}; |