mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2025-01-09 14:44:07 +00:00
15 lines
263 B
C++
15 lines
263 B
C++
#pragma once
|
|
|
|
class C_PcSave
|
|
{
|
|
public:
|
|
static void SetSaveDirectory(const char *path);
|
|
};
|
|
|
|
extern wchar *GetNameOfSavedGame(int counter);
|
|
extern wchar *GetSavedGameDateAndTime(int counter);
|
|
|
|
extern int *Slots;
|
|
extern int *SlotFileName;
|
|
extern int *SlotSaveDate;
|