- added a config getter to the interface.

Now the only external reference left in the backend code is the call to GameMain.
This commit is contained in:
Christoph Oelckers 2022-10-02 18:42:08 +02:00
commit 207913bced
4 changed files with 14 additions and 5 deletions

View file

@ -3557,6 +3557,7 @@ static int D_DoomMain_Internal (void)
OnMenuOpen,
System_LanguageChanged,
OkForLocalization,
[]() ->FConfigFile* { return GameConfig; }
};