Files
UnleashedRecomp-hedge-dev/UnleashedRecomp/app.h
Hyper df03a64305 Redirected Install button to custom implementation
This currently fades out and closes the game upon accepting the message, it does not yet reboot into the installer menu using --install-dlc.
2024-12-07 01:02:59 +00:00

7 lines
95 B
C

#pragma once
extern bool g_isAppInit;
extern bool g_isMissingDLC;
extern double g_deltaTime;