lsteamclient: Get rid of DECLSPEC_HIDDEN.

This commit is contained in:
Rémi Bernon 2023-12-01 14:34:34 +01:00 committed by Arkadiusz Hiler
parent 1e55f9de08
commit 60d50a11e6
3 changed files with 200 additions and 200 deletions

View file

@ -1344,7 +1344,7 @@ with open("steamclient_generated.h", "w") as file:
out(u'/* This file is auto-generated, do not edit. */\n\n')
for _, klass in sorted(all_classes.items()):
out(f"extern struct w_steam_iface *create_win{klass.full_name}(void *) DECLSPEC_HIDDEN;\n")
out(f"extern struct w_steam_iface *create_win{klass.full_name}(void *);\n")
with open("steamclient_generated.c", "w") as file:

View file

@ -1,197 +1,197 @@
/* This file is auto-generated, do not edit. */
extern struct w_steam_iface *create_winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_STEAMCONTROLLER_INTERFACE_VERSION(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMusic_STEAMMUSIC_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION013(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION014(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION015(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION016(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION017(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION018(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamVideo_STEAMVIDEO_INTERFACE_V001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamVideo_STEAMVIDEO_INTERFACE_V002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient011(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient013(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient014(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient015(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient016(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient017(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient018(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient019(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamClient_SteamClient020(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_SteamController003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_SteamController004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_SteamController005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_SteamController006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_SteamController007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamController_SteamController008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends011(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends013(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends014(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends015(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamFriends_SteamFriends017(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameCoordinator_SteamGameCoordinator001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer011(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer013(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer014(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer015(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameServerStats_SteamGameServerStats001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameStats_SteamGameStats001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInput_SteamInput001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInput_SteamInput002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInput_SteamInput005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamInput_SteamInput006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMasterServerUpdater_SteamMasterServerUpdater001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamGameSearch_SteamMatchGameSearch001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmakingServers_SteamMatchMakingServers001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamMatchmakingServers_SteamMatchMakingServers002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingMessages_SteamNetworkingMessages002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils001(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils003(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamParties_SteamParties002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser011(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser012(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser013(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser014(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser015(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser016(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser017(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser018(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser019(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser020(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser021(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser022(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUser_SteamUser023(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils002(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils004(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils005(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils006(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils007(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils008(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils009(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamUtils_SteamUtils010(void *) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION004(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION005(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION006(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION007(void *);
extern struct w_steam_iface *create_winISteamApps_STEAMAPPS_INTERFACE_VERSION008(void *);
extern struct w_steam_iface *create_winISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamController_STEAMCONTROLLER_INTERFACE_VERSION(void *);
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_001(void *);
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002(void *);
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003(void *);
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004(void *);
extern struct w_steam_iface *create_winISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_005(void *);
extern struct w_steam_iface *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamHTTP_STEAMHTTP_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V001(void *);
extern struct w_steam_iface *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V002(void *);
extern struct w_steam_iface *create_winISteamInventory_STEAMINVENTORY_INTERFACE_V003(void *);
extern struct w_steam_iface *create_winISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamMusic_STEAMMUSIC_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamRemotePlay_STEAMREMOTEPLAY_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION007(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION009(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014(void *);
extern struct w_steam_iface *create_winISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION016(void *);
extern struct w_steam_iface *create_winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION004(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION005(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION006(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION007(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION008(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION009(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION010(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION012(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION013(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION014(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION015(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION016(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION017(void *);
extern struct w_steam_iface *create_winISteamUGC_STEAMUGC_INTERFACE_VERSION018(void *);
extern struct w_steam_iface *create_winISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION001(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION002(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION008(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011(void *);
extern struct w_steam_iface *create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION012(void *);
extern struct w_steam_iface *create_winISteamVideo_STEAMVIDEO_INTERFACE_V001(void *);
extern struct w_steam_iface *create_winISteamVideo_STEAMVIDEO_INTERFACE_V002(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient006(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient007(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient008(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient009(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient010(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient011(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient012(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient013(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient014(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient015(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient016(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient017(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient018(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient019(void *);
extern struct w_steam_iface *create_winISteamClient_SteamClient020(void *);
extern struct w_steam_iface *create_winISteamController_SteamController003(void *);
extern struct w_steam_iface *create_winISteamController_SteamController004(void *);
extern struct w_steam_iface *create_winISteamController_SteamController005(void *);
extern struct w_steam_iface *create_winISteamController_SteamController006(void *);
extern struct w_steam_iface *create_winISteamController_SteamController007(void *);
extern struct w_steam_iface *create_winISteamController_SteamController008(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends001(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends002(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends003(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends004(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends005(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends006(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends007(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends008(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends009(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends010(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends011(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends012(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends013(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends014(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends015(void *);
extern struct w_steam_iface *create_winISteamFriends_SteamFriends017(void *);
extern struct w_steam_iface *create_winISteamGameCoordinator_SteamGameCoordinator001(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer002(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer003(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer004(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer005(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer008(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer009(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer010(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer011(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer012(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer013(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer014(void *);
extern struct w_steam_iface *create_winISteamGameServer_SteamGameServer015(void *);
extern struct w_steam_iface *create_winISteamGameServerStats_SteamGameServerStats001(void *);
extern struct w_steam_iface *create_winISteamGameStats_SteamGameStats001(void *);
extern struct w_steam_iface *create_winISteamInput_SteamInput001(void *);
extern struct w_steam_iface *create_winISteamInput_SteamInput002(void *);
extern struct w_steam_iface *create_winISteamInput_SteamInput005(void *);
extern struct w_steam_iface *create_winISteamInput_SteamInput006(void *);
extern struct w_steam_iface *create_winISteamMasterServerUpdater_SteamMasterServerUpdater001(void *);
extern struct w_steam_iface *create_winISteamGameSearch_SteamMatchGameSearch001(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking001(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking002(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking003(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking004(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking005(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking006(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking007(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking008(void *);
extern struct w_steam_iface *create_winISteamMatchmaking_SteamMatchMaking009(void *);
extern struct w_steam_iface *create_winISteamMatchmakingServers_SteamMatchMakingServers001(void *);
extern struct w_steam_iface *create_winISteamMatchmakingServers_SteamMatchMakingServers002(void *);
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking001(void *);
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking002(void *);
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking003(void *);
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking004(void *);
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking005(void *);
extern struct w_steam_iface *create_winISteamNetworking_SteamNetworking006(void *);
extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001(void *);
extern struct w_steam_iface *create_winISteamNetworkingMessages_SteamNetworkingMessages002(void *);
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets002(void *);
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets004(void *);
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets006(void *);
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets008(void *);
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets009(void *);
extern struct w_steam_iface *create_winISteamNetworkingSockets_SteamNetworkingSockets012(void *);
extern struct w_steam_iface *create_winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized002(void *);
extern struct w_steam_iface *create_winISteamNetworkingSocketsSerialized_SteamNetworkingSocketsSerialized003(void *);
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils001(void *);
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils002(void *);
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils003(void *);
extern struct w_steam_iface *create_winISteamNetworkingUtils_SteamNetworkingUtils004(void *);
extern struct w_steam_iface *create_winISteamParties_SteamParties002(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser004(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser005(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser006(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser007(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser008(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser009(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser010(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser011(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser012(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser013(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser014(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser015(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser016(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser017(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser018(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser019(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser020(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser021(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser022(void *);
extern struct w_steam_iface *create_winISteamUser_SteamUser023(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils002(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils004(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils005(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils006(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils007(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils008(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils009(void *);
extern struct w_steam_iface *create_winISteamUtils_SteamUtils010(void *);

View file

@ -37,8 +37,8 @@ struct w_steam_iface
};
typedef struct w_steam_iface *(*iface_constructor)( void * );
extern iface_constructor find_iface_constructor( const char *iface_version ) DECLSPEC_HIDDEN;
extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001( void * ) DECLSPEC_HIDDEN;
extern iface_constructor find_iface_constructor( const char *iface_version );
extern struct w_steam_iface *create_winISteamNetworkingFakeUDPPort_SteamNetworkingFakeUDPPort001( void * );
struct SteamInputActionEvent_t;
typedef void (*CDECL win_SteamInputActionEventCallbackPointer)( struct SteamInputActionEvent_t * );
@ -48,8 +48,8 @@ struct w_steam_iface *create_win_interface(const char *name, void *linux_side);
void *alloc_mem_for_iface(size_t size, const char *iface_version);
void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_version);
extern void start_callback_thread(void) DECLSPEC_HIDDEN;
extern void stop_callback_thread(void) DECLSPEC_HIDDEN;
extern void start_callback_thread(void);
extern void stop_callback_thread(void);
void init_rtti( char *base );