aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/steam/isteamremotestorage.h
diff options
context:
space:
mode:
authorMichael Sartain <[email protected]>2014-10-02 08:25:55 -0700
committerMichael Sartain <[email protected]>2014-10-02 08:25:55 -0700
commit55ed12f8d1eb6887d348be03aee5573d44177ffb (patch)
tree3686f7ca78c780cd9a3d367b79a9d9250c1be7c0 /mp/src/public/steam/isteamremotestorage.h
parent* Added support for Visual C++ 2013 Express to VPC (diff)
downloadsource-sdk-2013-55ed12f8d1eb6887d348be03aee5573d44177ffb.tar.xz
source-sdk-2013-55ed12f8d1eb6887d348be03aee5573d44177ffb.zip
Updated the SDK with the latest code from the TF and HL2 branches.
Diffstat (limited to 'mp/src/public/steam/isteamremotestorage.h')
-rw-r--r--mp/src/public/steam/isteamremotestorage.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/mp/src/public/steam/isteamremotestorage.h b/mp/src/public/steam/isteamremotestorage.h
index ed5aa526..c5a005f3 100644
--- a/mp/src/public/steam/isteamremotestorage.h
+++ b/mp/src/public/steam/isteamremotestorage.h
@@ -102,9 +102,10 @@ enum EWorkshopFileType
k_EWorkshopFileTypeMerch = 11,
k_EWorkshopFileTypeControllerBinding = 12,
k_EWorkshopFileTypeSteamworksAccessInvite = 13,
+ k_EWorkshopFileTypeSteamVideo = 14,
- // Update k_EWorkshopFileTypeMax if you add values
- k_EWorkshopFileTypeMax = 14
+ // Update k_EWorkshopFileTypeMax if you add values.
+ k_EWorkshopFileTypeMax = 15
};
@@ -138,10 +139,6 @@ enum EWorkshopVideoProvider
k_EWorkshopVideoProviderYoutube = 1
};
-enum
-{
- k_WorkshopForceLoadPublishedFileDetailsFromCache = -1
-};
enum EUGCReadAction
{