diff options
Diffstat (limited to 'csgo-loader/csgo-client/UserExperience/UserInterface.hpp')
| -rw-r--r-- | csgo-loader/csgo-client/UserExperience/UserInterface.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/csgo-loader/csgo-client/UserExperience/UserInterface.hpp b/csgo-loader/csgo-client/UserExperience/UserInterface.hpp index d4a3dc4..aaa4b10 100644 --- a/csgo-loader/csgo-client/UserExperience/UserInterface.hpp +++ b/csgo-loader/csgo-client/UserExperience/UserInterface.hpp @@ -35,6 +35,9 @@ namespace UserExperience // Structure that holds global data that will be used by the UI.
struct UserExperienceData
{
+ // Is the user interface initialised?
+ bool m_Ready = false;
+
// Holds the current execution state of the loader.
ExecutionState m_ExecutionState = EXECUTION_WAITING;
|
