Initial commit for Frontend.
Bug fixes: fix #40, fix #39, fix #38, fix #37, fix #21. Code organization and cleanup...
This commit is contained in:
@@ -4,4 +4,11 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user