mirror of
https://github.com/halpz/re3.git
synced 2025-01-22 06:40:57 +00:00
7 lines
90 B
C
7 lines
90 B
C
|
#pragma once
|
||
|
|
||
|
class C_PcSave
|
||
|
{
|
||
|
public:
|
||
|
static void SetSaveDirectory(const Char *path);
|
||
|
};
|