1
0
mirror of https://github.com/td512/re3.git synced 2026-02-11 03:09:44 +00:00

Revert "Implemented frontend inputs."

This commit is contained in:
aap
2019-07-02 22:05:11 +02:00
committed by GitHub
parent 743668c5c4
commit e8215cf560
24 changed files with 126 additions and 1488 deletions

View File

@@ -3,19 +3,12 @@
class C_PcSave
{
public:
int32 m_nHelper;
static void SetSaveDirectory(const char *path);
int8 PopulateSlotInfo();
int8 DeleteSlot(int);
int8 SaveSlot(int);
};
extern int8 CheckSlotDataValid(int);
extern wchar *GetNameOfSavedGame(int counter);
extern wchar *GetSavedGameDateAndTime(int counter);
extern C_PcSave PcSaveHelper;
extern int *Slots;
extern int *SlotFileName;
extern int *SlotSaveDate;