summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/UserExperience/UserInterface.hpp
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2019-01-01 14:35:30 +1300
committerboris <wzn@moneybot.cc>2019-01-01 14:35:30 +1300
commitb9702fe8541e61f27f5c788dc72feaefe5abfc0d (patch)
tree292f12cc1cbf6088cd68fa81fd85cb44711c47ec /csgo-loader/csgo-client/UserExperience/UserInterface.hpp
parent009357a5f18ecf2ce8df42f5931c4c45181833c6 (diff)
eeeeeeeeeeeeeeek
Diffstat (limited to 'csgo-loader/csgo-client/UserExperience/UserInterface.hpp')
-rw-r--r--csgo-loader/csgo-client/UserExperience/UserInterface.hpp3
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;