mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-02 16:29:36 -05:00
df03a64305
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;
|