mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Merge branch 'overlay_h' of https://gitlab.com/Nemirtingas/goldberg_emulator
# Conflicts: # build_steamos.sh # dll/dll.cpp
This commit is contained in:
commit
ffdaf72597
74 changed files with 49147 additions and 852 deletions
|
|
@ -53,6 +53,8 @@
|
|||
#include "steam_gameserverstats.h"
|
||||
#include "steam_masterserver_updater.h"
|
||||
|
||||
#include "../overlay_experimental/steam_overlay.h"
|
||||
|
||||
#include <thread>
|
||||
|
||||
enum Steam_Pipe {
|
||||
|
|
@ -127,6 +129,9 @@ public:
|
|||
Steam_Game_Coordinator *steam_gameserver_game_coordinator;
|
||||
Steam_Masterserver_Updater *steam_masterserver_updater;
|
||||
|
||||
Steam_Overlay* steam_overlay;
|
||||
|
||||
bool enable_overlay = true;
|
||||
bool user_logged_in = false;
|
||||
bool server_init = false;
|
||||
std::thread background_keepalive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue