- moved language switching code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-10-05 00:41:26 +02:00
commit 3a81c07ecf
6 changed files with 53 additions and 43 deletions

View file

@ -38,3 +38,6 @@ struct WadStuff
extern FString endoomName;
extern bool batchrun;
extern float menuBlurAmount;
extern bool generic_ui;
void UpdateGenericUI(bool cvar);