mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-30 12:01:36 -04:00
CTitleStateMenu: implemented rebooting into installer
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
extern bool g_isAppInit;
|
||||
extern bool g_isMissingDLC;
|
||||
class App
|
||||
{
|
||||
public:
|
||||
inline static bool s_isInit;
|
||||
inline static bool s_isMissingDLC;
|
||||
|
||||
extern double g_deltaTime;
|
||||
inline static double s_deltaTime;
|
||||
|
||||
static void Exit(std::vector<std::string> restartArgs = {});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user