1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-26 16:17:36 +00:00
re3/src/PCSave.h

7 lines
90 B
C++

#pragma once
class C_PcSave
{
public:
static void SetSaveDirectory(const Char *path);
};