mirror of
https://github.com/td512/re3.git
synced 2026-01-18 19:36:44 +00:00
7 lines
90 B
C++
7 lines
90 B
C++
#pragma once
|
|
|
|
class C_PcSave
|
|
{
|
|
public:
|
|
static void SetSaveDirectory(const Char *path);
|
|
}; |