diff options
Diffstat (limited to 'sp/src/public/steam/isteamremotestorage.h')
| -rw-r--r-- | sp/src/public/steam/isteamremotestorage.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sp/src/public/steam/isteamremotestorage.h b/sp/src/public/steam/isteamremotestorage.h index ed5aa526..c5a005f3 100644 --- a/sp/src/public/steam/isteamremotestorage.h +++ b/sp/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 { |