mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-09 19:48:23 +00:00
Replaced ISteamRemoteStorage include with a typedef for the type required, to avoid pulling in mostly-outdated Steamworks headers (r=psychonic).
This commit is contained in:
parent
0065875ade
commit
612a6b2ab0
@ -23,7 +23,6 @@
|
|||||||
#include "bitvec.h"
|
#include "bitvec.h"
|
||||||
#include "engine/iserverplugin.h"
|
#include "engine/iserverplugin.h"
|
||||||
#include "tier1/bitbuf.h"
|
#include "tier1/bitbuf.h"
|
||||||
#include "steam/isteamremotestorage.h"
|
|
||||||
#include "iclient.h"
|
#include "iclient.h"
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
@ -74,6 +73,8 @@ namespace google
|
|||||||
|
|
||||||
typedef struct player_info_s player_info_t;
|
typedef struct player_info_s player_info_t;
|
||||||
|
|
||||||
|
typedef uint64 PublishedFileId_t;
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
// defines
|
// defines
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user