From 612a6b2ab09e2dd9d66cca189922638c2f7b56ad Mon Sep 17 00:00:00 2001 From: Asher Baker Date: Fri, 1 Mar 2013 16:12:08 +0000 Subject: [PATCH] Replaced ISteamRemoteStorage include with a typedef for the type required, to avoid pulling in mostly-outdated Steamworks headers (r=psychonic). --- public/eiface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/eiface.h b/public/eiface.h index d6c4526e..bb9d3b32 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -23,7 +23,6 @@ #include "bitvec.h" #include "engine/iserverplugin.h" #include "tier1/bitbuf.h" -#include "steam/isteamremotestorage.h" #include "iclient.h" //----------------------------------------------------------------------------- @@ -74,6 +73,8 @@ namespace google typedef struct player_info_s player_info_t; +typedef uint64 PublishedFileId_t; + //----------------------------------------------------------------------------- // defines //-----------------------------------------------------------------------------