mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-01-11 09:29:09 +01: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;
|