- move hud scale CVARs to the backend.

This commit is contained in:
Christoph Oelckers 2022-10-02 17:32:58 +02:00
commit a084667bed
4 changed files with 26 additions and 21 deletions

View file

@ -36,6 +36,7 @@ struct SystemCallbacks
void (*StartCutscene)(bool blockui);
void (*SetTransition)(int type);
bool (*CheckCheatmode)(bool printmsg, bool sponly);
void (*HudScaleChanged)();
};
extern SystemCallbacks sysCallbacks;