fixed compiler errors

This commit is contained in:
nrb
2020-05-24 17:27:12 +02:00
parent 8705562559
commit d59862eb5e
14 changed files with 37 additions and 32 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include "Game.h"
#include "PCSave.h"
#define SLOT_COUNT (8)
@ -40,4 +41,4 @@ extern uint32 TimeToStayFadedBeforeFadeOut;
extern char SaveFileNameJustSaved[260]; // 8F2570
const char TopLineEmptyFile[] = "THIS FILE IS NOT VALID YET";
const char TopLineEmptyFile[] = "THIS FILE IS NOT VALID YET";