AGS: Move more game.cpp globals to Globals

This commit is contained in:
Paul Gilbert 2021-03-10 21:01:11 -08:00
parent bad09b641f
commit 3a0a70bc43
40 changed files with 120 additions and 143 deletions

View file

@ -57,8 +57,6 @@ namespace AGS3 {
using namespace AGS::Shared;
using namespace AGS::Engine;
extern char pexbuf[STD_BUFFER_SIZE];
static const char *OutputMsgBufID = "buffer";
static const char *OutputFileID = "file";
static const char *OutputSystemID = "stdout";