Add Game Coordinator Hooks (untested).
This commit is contained in:
committed by
Josh Allard
parent
66100139ee
commit
9f70645270
@@ -19,6 +19,7 @@
|
||||
#pragma once
|
||||
#include "smsdk_ext.h"
|
||||
#include "steam_gameserver.h"
|
||||
#include "isteamgamecoordinator.h"
|
||||
|
||||
class SteamWorksGameServer
|
||||
{
|
||||
@@ -34,6 +35,8 @@ class SteamWorksGameServer
|
||||
ISteamGameServerStats *GetServerStats(void);
|
||||
ISteamHTTP *GetHTTP(void);
|
||||
ISteamMatchmaking *GetMatchmaking(void);
|
||||
ISteamGameCoordinator *GetGameCoordinator(void);
|
||||
|
||||
public:
|
||||
void Reset(void);
|
||||
private:
|
||||
@@ -46,6 +49,7 @@ class SteamWorksGameServer
|
||||
ISteamGameServerStats *m_pStats;
|
||||
ISteamHTTP *m_pHTTP;
|
||||
ISteamMatchmaking *m_pMatchmaking;
|
||||
ISteamGameCoordinator *m_pGC;
|
||||
bool loaded;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user