mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-17 03:29: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);
|
||
|
};
|