From b5fba778c4a307f0a5721c9b3b0efb38be96634b Mon Sep 17 00:00:00 2001 From: aap Date: Mon, 17 Jun 2019 10:30:02 +0200 Subject: first part of CFileLoader --- src/Game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Game.h') diff --git a/src/Game.h b/src/Game.h index ab881484..6b071125 100644 --- a/src/Game.h +++ b/src/Game.h @@ -18,6 +18,7 @@ public: static bool &germanGame; static bool &noProstitutes; static bool &playingIntro; + static char *aDatFile; //[32]; static void Process(void); static bool InitialiseOnceBeforeRW(void); -- cgit v1.2.3