build system revision
[vg.git] / vg_steam_remote_storage.h
index d724c20382cf7efd5baf6fd619069d839b0d864e..24aaf3b16b37220bfce3a81795ef4c71fcba5395 100644 (file)
@@ -1,6 +1,4 @@
-#ifndef VG_STEAM_REMOTE_STORAGE_H
-#define VG_STEAM_REMOTE_STORAGE_H
-
+#pragma once
 #include "vg_steam.h"
 
 const u32 k_unMaxCloudFileChunkSize = 100 * 1024 * 1024;
@@ -423,7 +421,8 @@ enum { k_iRemoteStorageFileReadAsyncComplete_t =
 #pragma pack( pop )
 
 ISteamRemoteStorage *SteamAPI_SteamRemoteStorage_v016();
-ISteamRemoteStorage *SteamAPI_SteamRemoteStorage(){ 
+static inline ISteamRemoteStorage *SteamAPI_SteamRemoteStorage()
+{ 
    return SteamAPI_SteamRemoteStorage_v016(); 
 }
 
@@ -581,5 +580,3 @@ steamapi_bool SteamAPI_ISteamRemoteStorage_BeginFileWriteBatch(
       ISteamRemoteStorage *self );
 steamapi_bool SteamAPI_ISteamRemoteStorage_EndFileWriteBatch( 
       ISteamRemoteStorage *self );
-
-#endif /* VG_STEAM_REMOTE_STORAGE_H */