Skip to content

Commit

Permalink
Fix SDK header
Browse files Browse the repository at this point in the history
  • Loading branch information
universal963 committed Nov 7, 2024
1 parent ac8f947 commit 442d0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/steam/isteamugc019.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ISteamUGC019

// DEPRECATED - Use CreateQueryUGCDetailsRequest call above instead!
STEAM_CALL_RESULT( SteamUGCRequestUGCDetailsResult_t )
virtual SteamAPICall_t RequestUGCDetails( PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds ) = 0;
virtual SteamAPICall_t RequestUGCDetails_old( PublishedFileId_t nPublishedFileID, uint32 unMaxAgeSeconds ) = 0;

// Steam Workshop Creator API
STEAM_CALL_RESULT( CreateItemResult_t )
Expand Down

0 comments on commit 442d0fc

Please sign in to comment.