Thread related overlay improvements.

This commit is contained in:
Mr_Goldberg 2020-01-26 09:46:57 -05:00
parent 6d96784af1
commit eace15df47
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 19 additions and 9 deletions

View file

@ -31,6 +31,8 @@ struct friend_window_state
};
std::string chat_history;
char chat_input[max_chat_len];
bool has_lobby;
};
struct Friend_Less
@ -93,6 +95,7 @@ class Steam_Overlay
bool overlay_state_changed;
std::recursive_mutex overlay_mutex;
std::atomic<bool> i_have_lobby;
Steam_Overlay(Steam_Overlay const&) = delete;
Steam_Overlay(Steam_Overlay&&) = delete;