mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-05 03:00:50 -06:00
This currently fades out and closes the game upon accepting the message, it does not yet reboot into the installer menu using --install-dlc.
7 lines
95 B
C
7 lines
95 B
C
#pragma once
|
|
|
|
extern bool g_isAppInit;
|
|
extern bool g_isMissingDLC;
|
|
|
|
extern double g_deltaTime;
|