├── .github └── ISSUE_TEMPLATE │ ├── compatibility-report.md │ ├── feature-request.md │ └── whitelist-request.md ├── .gitignore ├── .gitmodules ├── LICENSE ├── LICENSE.proton ├── README.md ├── Vagrantfile ├── compatibilitytool.vdf.template ├── configure.sh ├── contrib └── include │ └── gnutls26 │ ├── abstract.h │ ├── compat.h │ ├── crypto.h │ ├── gnutls.h │ ├── openpgp.h │ ├── pkcs11.h │ ├── pkcs12.h │ └── x509.h ├── dist.LICENSE ├── filelock.py ├── fonts ├── patches │ └── LiberationMono-Regular.patch └── scripts │ └── generatefont.pe ├── glslang ├── bin │ └── glslangValidator ├── include │ └── SPIRV │ │ ├── GLSL.ext.AMD.h │ │ ├── GLSL.ext.KHR.h │ │ ├── GLSL.ext.NV.h │ │ ├── GLSL.std.450.h │ │ ├── GlslangToSpv.h │ │ ├── Logger.h │ │ ├── SPVRemapper.h │ │ ├── SpvBuilder.h │ │ ├── bitutils.h │ │ ├── disassemble.h │ │ ├── doc.h │ │ ├── hex_float.h │ │ ├── spirv.hpp │ │ └── spvIR.h └── lib │ ├── libHLSL.a │ ├── libOGLCompiler.a │ ├── libOSDependent.a │ ├── libSPIRV-Tools-opt.a │ ├── libSPIRV-Tools.a │ ├── libSPIRV.a │ ├── libSPVRemapper.a │ └── libglslang.a ├── lsteamclient ├── LICENSE ├── cb_converters.dat ├── cb_converters.h ├── cb_getapi_sizes.dat ├── cb_getapi_table.dat ├── cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.cpp ├── cppISteamAppList_STEAMAPPLIST_INTERFACE_VERSION001.h ├── cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.cpp ├── cppISteamAppTicket_STEAMAPPTICKET_INTERFACE_VERSION001.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION001.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION002.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION003.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION004.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION005.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION006.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION007.h ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.cpp ├── cppISteamApps_STEAMAPPS_INTERFACE_VERSION008.h ├── cppISteamClient_SteamClient007.cpp ├── cppISteamClient_SteamClient007.h ├── cppISteamClient_SteamClient008.cpp ├── cppISteamClient_SteamClient008.h ├── cppISteamClient_SteamClient009.cpp ├── cppISteamClient_SteamClient009.h ├── cppISteamClient_SteamClient010.cpp ├── cppISteamClient_SteamClient010.h ├── cppISteamClient_SteamClient011.cpp ├── cppISteamClient_SteamClient011.h ├── cppISteamClient_SteamClient012.cpp ├── cppISteamClient_SteamClient012.h ├── cppISteamClient_SteamClient014.cpp ├── cppISteamClient_SteamClient014.h ├── cppISteamClient_SteamClient015.cpp ├── cppISteamClient_SteamClient015.h ├── cppISteamClient_SteamClient016.cpp ├── cppISteamClient_SteamClient016.h ├── cppISteamClient_SteamClient017.cpp ├── cppISteamClient_SteamClient017.h ├── cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.cpp ├── cppISteamController_STEAMCONTROLLER_INTERFACE_VERSION.h ├── cppISteamController_SteamController003.cpp ├── cppISteamController_SteamController003.h ├── cppISteamController_SteamController004.cpp ├── cppISteamController_SteamController004.h ├── cppISteamController_SteamController005.cpp ├── cppISteamController_SteamController005.h ├── cppISteamController_SteamController006.cpp ├── cppISteamController_SteamController006.h ├── cppISteamFriends_SteamFriends003.cpp ├── cppISteamFriends_SteamFriends003.h ├── cppISteamFriends_SteamFriends004.cpp ├── cppISteamFriends_SteamFriends004.h ├── cppISteamFriends_SteamFriends005.cpp ├── cppISteamFriends_SteamFriends005.h ├── cppISteamFriends_SteamFriends006.cpp ├── cppISteamFriends_SteamFriends006.h ├── cppISteamFriends_SteamFriends007.cpp ├── cppISteamFriends_SteamFriends007.h ├── cppISteamFriends_SteamFriends008.cpp ├── cppISteamFriends_SteamFriends008.h ├── cppISteamFriends_SteamFriends009.cpp ├── cppISteamFriends_SteamFriends009.h ├── cppISteamFriends_SteamFriends011.cpp ├── cppISteamFriends_SteamFriends011.h ├── cppISteamFriends_SteamFriends013.cpp ├── cppISteamFriends_SteamFriends013.h ├── cppISteamFriends_SteamFriends014.cpp ├── cppISteamFriends_SteamFriends014.h ├── cppISteamFriends_SteamFriends015.cpp ├── cppISteamFriends_SteamFriends015.h ├── cppISteamGameCoordinator_SteamGameCoordinator001.cpp ├── cppISteamGameCoordinator_SteamGameCoordinator001.h ├── cppISteamGameServerStats_SteamGameServerStats001.cpp ├── cppISteamGameServerStats_SteamGameServerStats001.h ├── cppISteamGameServer_SteamGameServer004.cpp ├── cppISteamGameServer_SteamGameServer004.h ├── cppISteamGameServer_SteamGameServer005.cpp ├── cppISteamGameServer_SteamGameServer005.h ├── cppISteamGameServer_SteamGameServer008.cpp ├── cppISteamGameServer_SteamGameServer008.h ├── cppISteamGameServer_SteamGameServer009.cpp ├── cppISteamGameServer_SteamGameServer009.h ├── cppISteamGameServer_SteamGameServer010.cpp ├── cppISteamGameServer_SteamGameServer010.h ├── cppISteamGameServer_SteamGameServer011.cpp ├── cppISteamGameServer_SteamGameServer011.h ├── cppISteamGameServer_SteamGameServer012.cpp ├── cppISteamGameServer_SteamGameServer012.h ├── cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.cpp ├── cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_002.h ├── cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.cpp ├── cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_003.h ├── cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.cpp ├── cppISteamHTMLSurface_STEAMHTMLSURFACE_INTERFACE_VERSION_004.h ├── cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.cpp ├── cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION001.h ├── cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.cpp ├── cppISteamHTTP_STEAMHTTP_INTERFACE_VERSION002.h ├── cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.cpp ├── cppISteamInventory_STEAMINVENTORY_INTERFACE_V001.h ├── cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.cpp ├── cppISteamInventory_STEAMINVENTORY_INTERFACE_V002.h ├── cppISteamMasterServerUpdater_SteamMasterServerUpdater001.cpp ├── cppISteamMasterServerUpdater_SteamMasterServerUpdater001.h ├── cppISteamMatchmakingServers_SteamMatchMakingServers001.cpp ├── cppISteamMatchmakingServers_SteamMatchMakingServers001.h ├── cppISteamMatchmakingServers_SteamMatchMakingServers002.cpp ├── cppISteamMatchmakingServers_SteamMatchMakingServers002.h ├── cppISteamMatchmaking_SteamMatchMaking002.cpp ├── cppISteamMatchmaking_SteamMatchMaking002.h ├── cppISteamMatchmaking_SteamMatchMaking004.cpp ├── cppISteamMatchmaking_SteamMatchMaking004.h ├── cppISteamMatchmaking_SteamMatchMaking006.cpp ├── cppISteamMatchmaking_SteamMatchMaking006.h ├── cppISteamMatchmaking_SteamMatchMaking007.cpp ├── cppISteamMatchmaking_SteamMatchMaking007.h ├── cppISteamMatchmaking_SteamMatchMaking008.cpp ├── cppISteamMatchmaking_SteamMatchMaking008.h ├── cppISteamMatchmaking_SteamMatchMaking009.cpp ├── cppISteamMatchmaking_SteamMatchMaking009.h ├── cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.cpp ├── cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.h ├── cppISteamMusic_STEAMMUSIC_INTERFACE_VERSION001.cpp ├── cppISteamMusic_STEAMMUSIC_INTERFACE_VERSION001.h ├── cppISteamNetworking_SteamNetworking001.cpp ├── cppISteamNetworking_SteamNetworking001.h ├── cppISteamNetworking_SteamNetworking002.cpp ├── cppISteamNetworking_SteamNetworking002.h ├── cppISteamNetworking_SteamNetworking003.cpp ├── cppISteamNetworking_SteamNetworking003.h ├── cppISteamNetworking_SteamNetworking004.cpp ├── cppISteamNetworking_SteamNetworking004.h ├── cppISteamNetworking_SteamNetworking005.cpp ├── cppISteamNetworking_SteamNetworking005.h ├── cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.cpp ├── cppISteamParentalSettings_STEAMPARENTALSETTINGS_INTERFACE_VERSION001.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION002.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION004.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION005.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION006.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION008.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION010.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION011.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION012.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION013.h ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.cpp ├── cppISteamRemoteStorage_STEAMREMOTESTORAGE_INTERFACE_VERSION014.h ├── cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.cpp ├── cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION001.h ├── cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.cpp ├── cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION002.h ├── cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.cpp ├── cppISteamScreenshots_STEAMSCREENSHOTS_INTERFACE_VERSION003.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION001.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION002.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION003.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION005.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION007.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION008.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION009.h ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.cpp ├── cppISteamUGC_STEAMUGC_INTERFACE_VERSION010.h ├── cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.cpp ├── cppISteamUnifiedMessages_STEAMUNIFIEDMESSAGES_INTERFACE_VERSION001.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION003.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION004.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION006.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION007.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION009.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION010.h ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.cpp ├── cppISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION011.h ├── cppISteamUser_SteamUser009.cpp ├── cppISteamUser_SteamUser009.h ├── cppISteamUser_SteamUser010.cpp ├── cppISteamUser_SteamUser010.h ├── cppISteamUser_SteamUser011.cpp ├── cppISteamUser_SteamUser011.h ├── cppISteamUser_SteamUser012.cpp ├── cppISteamUser_SteamUser012.h ├── cppISteamUser_SteamUser013.cpp ├── cppISteamUser_SteamUser013.h ├── cppISteamUser_SteamUser014.cpp ├── cppISteamUser_SteamUser014.h ├── cppISteamUser_SteamUser016.cpp ├── cppISteamUser_SteamUser016.h ├── cppISteamUser_SteamUser017.cpp ├── cppISteamUser_SteamUser017.h ├── cppISteamUser_SteamUser018.cpp ├── cppISteamUser_SteamUser018.h ├── cppISteamUser_SteamUser019.cpp ├── cppISteamUser_SteamUser019.h ├── cppISteamUtils_SteamUtils002.cpp ├── cppISteamUtils_SteamUtils002.h ├── cppISteamUtils_SteamUtils004.cpp ├── cppISteamUtils_SteamUtils004.h ├── cppISteamUtils_SteamUtils005.cpp ├── cppISteamUtils_SteamUtils005.h ├── cppISteamUtils_SteamUtils006.cpp ├── cppISteamUtils_SteamUtils006.h ├── cppISteamUtils_SteamUtils007.cpp ├── cppISteamUtils_SteamUtils007.h ├── cppISteamUtils_SteamUtils008.cpp ├── cppISteamUtils_SteamUtils008.h ├── cppISteamUtils_SteamUtils009.cpp ├── cppISteamUtils_SteamUtils009.h ├── cppISteamVideo_STEAMVIDEO_INTERFACE_V001.cpp ├── cppISteamVideo_STEAMVIDEO_INTERFACE_V001.h ├── cppISteamVideo_STEAMVIDEO_INTERFACE_V002.cpp ├── cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h ├── cxx.h ├── gen.sh ├── gen_wrapper.py ├── lsteamclient.spec ├── steam_defs.h ├── steamclient_main.c ├── steamclient_private.h ├── steamclient_wrappers.c ├── steamworks_sdk_100 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_101 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_102 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_103 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_104 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_105 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_106 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_107 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_108 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_109 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_110 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ └── steamtypes.h ├── steamworks_sdk_111 │ ├── isteamapps.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ └── steamtypes.h ├── steamworks_sdk_112 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamps3params_internal.h │ └── steamtypes.h ├── steamworks_sdk_113 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_114 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_115 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_116 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_117 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamgamestats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_118 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_119 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_120 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_121 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_122 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_123 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_123a │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ └── steamtypes.h ├── steamworks_sdk_124 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_125 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_126 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_126a │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_127 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_128 │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ ├── steamuniverse.h │ └── steamvr.h ├── steamworks_sdk_129 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ ├── steamuniverse.h │ └── steamvr.h ├── steamworks_sdk_129a │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ ├── steamuniverse.h │ └── steamvr.h ├── steamworks_sdk_130 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ ├── steamuniverse.h │ └── steamvr.h ├── steamworks_sdk_131 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ ├── steamuniverse.h │ └── steamvr.h ├── steamworks_sdk_132 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamcontrollerpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ ├── steamuniverse.h │ ├── steamvr.h │ └── steamvr_flat.h ├── steamworks_sdk_133 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_133a │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_133b │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_134 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_135 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_135a │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_136 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_137 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_138 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_138a │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_139 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api.json │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_api_interop.cs │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_140 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api.json │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_api_interop.cs │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_141 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamparentalsettings.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamunifiedmessages.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── steamworks_sdk_142 │ ├── isteamapplist.h │ ├── isteamapps.h │ ├── isteamappticket.h │ ├── isteamclient.h │ ├── isteamcontroller.h │ ├── isteamfriends.h │ ├── isteamgamecoordinator.h │ ├── isteamgameserver.h │ ├── isteamgameserverstats.h │ ├── isteamhtmlsurface.h │ ├── isteamhttp.h │ ├── isteaminventory.h │ ├── isteammasterserverupdater.h │ ├── isteammatchmaking.h │ ├── isteammusic.h │ ├── isteammusicremote.h │ ├── isteamnetworking.h │ ├── isteamparentalsettings.h │ ├── isteamps3overlayrenderer.h │ ├── isteamremotestorage.h │ ├── isteamscreenshots.h │ ├── isteamugc.h │ ├── isteamuser.h │ ├── isteamuserstats.h │ ├── isteamutils.h │ ├── isteamvideo.h │ ├── matchmakingtypes.h │ ├── steam_api.h │ ├── steam_api_flat.h │ ├── steam_api_internal.h │ ├── steam_gameserver.h │ ├── steamclientpublic.h │ ├── steamencryptedappticket.h │ ├── steamhttpenums.h │ ├── steamps3params.h │ ├── steamtypes.h │ └── steamuniverse.h ├── struct_converters_100.h ├── struct_converters_101.h ├── struct_converters_102.h ├── struct_converters_103.h ├── struct_converters_104.h ├── struct_converters_105.h ├── struct_converters_106.h ├── struct_converters_107.h ├── struct_converters_108.h ├── struct_converters_109.h ├── struct_converters_110.h ├── struct_converters_111.h ├── struct_converters_112.cpp ├── struct_converters_112.h ├── struct_converters_113.cpp ├── struct_converters_113.h ├── struct_converters_114.cpp ├── struct_converters_114.h ├── struct_converters_115.cpp ├── struct_converters_115.h ├── struct_converters_116.cpp ├── struct_converters_116.h ├── struct_converters_117.cpp ├── struct_converters_117.h ├── struct_converters_118.cpp ├── struct_converters_118.h ├── struct_converters_119.cpp ├── struct_converters_119.h ├── struct_converters_120.cpp ├── struct_converters_120.h ├── struct_converters_121.cpp ├── struct_converters_121.h ├── struct_converters_122.cpp ├── struct_converters_122.h ├── struct_converters_123.cpp ├── struct_converters_123.h ├── struct_converters_123a.cpp ├── struct_converters_123a.h ├── struct_converters_124.cpp ├── struct_converters_124.h ├── struct_converters_125.cpp ├── struct_converters_125.h ├── struct_converters_126.cpp ├── struct_converters_126.h ├── struct_converters_126a.cpp ├── struct_converters_126a.h ├── struct_converters_127.cpp ├── struct_converters_127.h ├── struct_converters_128.cpp ├── struct_converters_128.h ├── struct_converters_129.cpp ├── struct_converters_129.h ├── struct_converters_129a.cpp ├── struct_converters_129a.h ├── struct_converters_130.cpp ├── struct_converters_130.h ├── struct_converters_131.cpp ├── struct_converters_131.h ├── struct_converters_132.cpp ├── struct_converters_132.h ├── struct_converters_133.cpp ├── struct_converters_133.h ├── struct_converters_133a.cpp ├── struct_converters_133a.h ├── struct_converters_133b.cpp ├── struct_converters_133b.h ├── struct_converters_134.cpp ├── struct_converters_134.h ├── struct_converters_135.cpp ├── struct_converters_135.h ├── struct_converters_135a.cpp ├── struct_converters_135a.h ├── struct_converters_136.cpp ├── struct_converters_136.h ├── struct_converters_137.cpp ├── struct_converters_137.h ├── struct_converters_138.cpp ├── struct_converters_138.h ├── struct_converters_138a.cpp ├── struct_converters_138a.h ├── struct_converters_139.cpp ├── struct_converters_139.h ├── struct_converters_140.cpp ├── struct_converters_140.h ├── struct_converters_141.cpp ├── struct_converters_141.h ├── struct_converters_142.cpp ├── struct_converters_142.h ├── winISteamAppList.c ├── winISteamAppTicket.c ├── winISteamApps.c ├── winISteamClient.c ├── winISteamController.c ├── winISteamFriends.c ├── winISteamGameCoordinator.c ├── winISteamGameServer.c ├── winISteamGameServerStats.c ├── winISteamHTMLSurface.c ├── winISteamHTTP.c ├── winISteamInventory.c ├── winISteamMasterServerUpdater.c ├── winISteamMatchmaking.c ├── winISteamMatchmakingServers.c ├── winISteamMusic.c ├── winISteamMusicRemote.c ├── winISteamNetworking.c ├── winISteamParentalSettings.c ├── winISteamRemoteStorage.c ├── winISteamScreenshots.c ├── winISteamUGC.c ├── winISteamUnifiedMessages.c ├── winISteamUser.c ├── winISteamUserStats.c ├── winISteamUtils.c ├── winISteamVideo.c ├── win_constructors.h └── win_constructors_table.dat ├── proton ├── proton_3.7_tracked_files ├── steamrt-bootstrap.sh ├── toolmanifest.vdf ├── user_settings.sample.py ├── vagrant-user-setup.sh ├── vkquery.py └── vrclient_x64 ├── LICENSE ├── gen.sh ├── gen_wrapper.py ├── make_sdks.sh ├── openvr_0.9.0 └── openvr.h ├── openvr_0.9.1 └── openvr.h ├── openvr_0.9.13 └── openvr.h ├── openvr_0.9.2 └── openvr.h ├── openvr_0.9.3 └── openvr.h ├── openvr_v0.9.10 └── openvr.h ├── openvr_v0.9.11 └── openvr.h ├── openvr_v0.9.12 └── openvr.h ├── openvr_v0.9.13 └── openvr.h ├── openvr_v0.9.14 └── openvr.h ├── openvr_v0.9.15 └── openvr.h ├── openvr_v0.9.16 └── openvr.h ├── openvr_v0.9.17 └── openvr.h ├── openvr_v0.9.18 └── openvr.h ├── openvr_v0.9.19 └── openvr.h ├── openvr_v0.9.20 └── openvr.h ├── openvr_v0.9.4 └── openvr.h ├── openvr_v0.9.5 └── openvr.h ├── openvr_v0.9.6 └── openvr.h ├── openvr_v0.9.7 └── openvr.h ├── openvr_v0.9.8 └── openvr.h ├── openvr_v0.9.9 └── openvr.h ├── openvr_v1.0.0 └── openvr.h ├── openvr_v1.0.1 └── openvr.h ├── openvr_v1.0.10 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.11 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.12 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.13 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.14 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.15 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.16 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.17 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.2 └── openvr.h ├── openvr_v1.0.3 └── openvr.h ├── openvr_v1.0.3a ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.4 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.5 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.6 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.7 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.8 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.0.9 ├── ivrclientcore.h └── openvr.h ├── openvr_v1.1.3b ├── ivrclientcore.h └── openvr.h ├── tests ├── capi_thunks.c ├── capi_thunks.h ├── capi_thunks_autogen.c ├── capi_thunks_autogen.h ├── capi_thunks_tests_autogen.c └── main_autogen.c └── vrclient_x64 ├── cppIVRApplications_IVRApplications_001.cpp ├── cppIVRApplications_IVRApplications_001.h ├── cppIVRApplications_IVRApplications_002.cpp ├── cppIVRApplications_IVRApplications_002.h ├── cppIVRApplications_IVRApplications_003.cpp ├── cppIVRApplications_IVRApplications_003.h ├── cppIVRApplications_IVRApplications_004.cpp ├── cppIVRApplications_IVRApplications_004.h ├── cppIVRApplications_IVRApplications_005.cpp ├── cppIVRApplications_IVRApplications_005.h ├── cppIVRApplications_IVRApplications_006.cpp ├── cppIVRApplications_IVRApplications_006.h ├── cppIVRChaperoneSetup_IVRChaperoneSetup_004.cpp ├── cppIVRChaperoneSetup_IVRChaperoneSetup_004.h ├── cppIVRChaperoneSetup_IVRChaperoneSetup_005.cpp ├── cppIVRChaperoneSetup_IVRChaperoneSetup_005.h ├── cppIVRChaperoneSetup_IVRChaperoneSetup_006.cpp ├── cppIVRChaperoneSetup_IVRChaperoneSetup_006.h ├── cppIVRChaperone_IVRChaperone_002.cpp ├── cppIVRChaperone_IVRChaperone_002.h ├── cppIVRChaperone_IVRChaperone_003.cpp ├── cppIVRChaperone_IVRChaperone_003.h ├── cppIVRClientCore_IVRClientCore_002.cpp ├── cppIVRClientCore_IVRClientCore_002.h ├── cppIVRClientCore_IVRClientCore_003.cpp ├── cppIVRClientCore_IVRClientCore_003.h ├── cppIVRCompositor_IVRCompositor_005.cpp ├── cppIVRCompositor_IVRCompositor_005.h ├── cppIVRCompositor_IVRCompositor_006.cpp ├── cppIVRCompositor_IVRCompositor_006.h ├── cppIVRCompositor_IVRCompositor_007.cpp ├── cppIVRCompositor_IVRCompositor_007.h ├── cppIVRCompositor_IVRCompositor_008.cpp ├── cppIVRCompositor_IVRCompositor_008.h ├── cppIVRCompositor_IVRCompositor_009.cpp ├── cppIVRCompositor_IVRCompositor_009.h ├── cppIVRCompositor_IVRCompositor_010.cpp ├── cppIVRCompositor_IVRCompositor_010.h ├── cppIVRCompositor_IVRCompositor_011.cpp ├── cppIVRCompositor_IVRCompositor_011.h ├── cppIVRCompositor_IVRCompositor_012.cpp ├── cppIVRCompositor_IVRCompositor_012.h ├── cppIVRCompositor_IVRCompositor_013.cpp ├── cppIVRCompositor_IVRCompositor_013.h ├── cppIVRCompositor_IVRCompositor_014.cpp ├── cppIVRCompositor_IVRCompositor_014.h ├── cppIVRCompositor_IVRCompositor_015.cpp ├── cppIVRCompositor_IVRCompositor_015.h ├── cppIVRCompositor_IVRCompositor_016.cpp ├── cppIVRCompositor_IVRCompositor_016.h ├── cppIVRCompositor_IVRCompositor_017.cpp ├── cppIVRCompositor_IVRCompositor_017.h ├── cppIVRCompositor_IVRCompositor_018.cpp ├── cppIVRCompositor_IVRCompositor_018.h ├── cppIVRCompositor_IVRCompositor_019.cpp ├── cppIVRCompositor_IVRCompositor_019.h ├── cppIVRCompositor_IVRCompositor_020.cpp ├── cppIVRCompositor_IVRCompositor_020.h ├── cppIVRCompositor_IVRCompositor_021.cpp ├── cppIVRCompositor_IVRCompositor_021.h ├── cppIVRCompositor_IVRCompositor_022.cpp ├── cppIVRCompositor_IVRCompositor_022.h ├── cppIVRDriverManager_IVRDriverManager_001.cpp ├── cppIVRDriverManager_IVRDriverManager_001.h ├── cppIVRExtendedDisplay_IVRExtendedDisplay_001.cpp ├── cppIVRExtendedDisplay_IVRExtendedDisplay_001.h ├── cppIVRIOBuffer_IVRIOBuffer_001.cpp ├── cppIVRIOBuffer_IVRIOBuffer_001.h ├── cppIVRInput_IVRInput_003.cpp ├── cppIVRInput_IVRInput_003.h ├── cppIVRInput_IVRInput_004.cpp ├── cppIVRInput_IVRInput_004.h ├── cppIVRInput_IVRInput_005.cpp ├── cppIVRInput_IVRInput_005.h ├── cppIVRNotifications_IVRNotifications_001.cpp ├── cppIVRNotifications_IVRNotifications_001.h ├── cppIVRNotifications_IVRNotifications_002.cpp ├── cppIVRNotifications_IVRNotifications_002.h ├── cppIVROverlay_IVROverlay_001.cpp ├── cppIVROverlay_IVROverlay_001.h ├── cppIVROverlay_IVROverlay_002.cpp ├── cppIVROverlay_IVROverlay_002.h ├── cppIVROverlay_IVROverlay_003.cpp ├── cppIVROverlay_IVROverlay_003.h ├── cppIVROverlay_IVROverlay_004.cpp ├── cppIVROverlay_IVROverlay_004.h ├── cppIVROverlay_IVROverlay_005.cpp ├── cppIVROverlay_IVROverlay_005.h ├── cppIVROverlay_IVROverlay_007.cpp ├── cppIVROverlay_IVROverlay_007.h ├── cppIVROverlay_IVROverlay_008.cpp ├── cppIVROverlay_IVROverlay_008.h ├── cppIVROverlay_IVROverlay_010.cpp ├── cppIVROverlay_IVROverlay_010.h ├── cppIVROverlay_IVROverlay_011.cpp ├── cppIVROverlay_IVROverlay_011.h ├── cppIVROverlay_IVROverlay_012.cpp ├── cppIVROverlay_IVROverlay_012.h ├── cppIVROverlay_IVROverlay_013.cpp ├── cppIVROverlay_IVROverlay_013.h ├── cppIVROverlay_IVROverlay_014.cpp ├── cppIVROverlay_IVROverlay_014.h ├── cppIVROverlay_IVROverlay_016.cpp ├── cppIVROverlay_IVROverlay_016.h ├── cppIVROverlay_IVROverlay_017.cpp ├── cppIVROverlay_IVROverlay_017.h ├── cppIVROverlay_IVROverlay_018.cpp ├── cppIVROverlay_IVROverlay_018.h ├── cppIVROverlay_IVROverlay_019.cpp ├── cppIVROverlay_IVROverlay_019.h ├── cppIVRRenderModels_IVRRenderModels_001.cpp ├── cppIVRRenderModels_IVRRenderModels_001.h ├── cppIVRRenderModels_IVRRenderModels_002.cpp ├── cppIVRRenderModels_IVRRenderModels_002.h ├── cppIVRRenderModels_IVRRenderModels_004.cpp ├── cppIVRRenderModels_IVRRenderModels_004.h ├── cppIVRRenderModels_IVRRenderModels_005.cpp ├── cppIVRRenderModels_IVRRenderModels_005.h ├── cppIVRRenderModels_IVRRenderModels_006.cpp ├── cppIVRRenderModels_IVRRenderModels_006.h ├── cppIVRResources_IVRResources_001.cpp ├── cppIVRResources_IVRResources_001.h ├── cppIVRScreenshots_IVRScreenshots_001.cpp ├── cppIVRScreenshots_IVRScreenshots_001.h ├── cppIVRSettings_IVRSettings_001.cpp ├── cppIVRSettings_IVRSettings_001.h ├── cppIVRSettings_IVRSettings_002.cpp ├── cppIVRSettings_IVRSettings_002.h ├── cppIVRSystem_IVRSystem_003.cpp ├── cppIVRSystem_IVRSystem_003.h ├── cppIVRSystem_IVRSystem_004.cpp ├── cppIVRSystem_IVRSystem_004.h ├── cppIVRSystem_IVRSystem_005.cpp ├── cppIVRSystem_IVRSystem_005.h ├── cppIVRSystem_IVRSystem_006.cpp ├── cppIVRSystem_IVRSystem_006.h ├── cppIVRSystem_IVRSystem_009.cpp ├── cppIVRSystem_IVRSystem_009.h ├── cppIVRSystem_IVRSystem_010.cpp ├── cppIVRSystem_IVRSystem_010.h ├── cppIVRSystem_IVRSystem_011.cpp ├── cppIVRSystem_IVRSystem_011.h ├── cppIVRSystem_IVRSystem_012.cpp ├── cppIVRSystem_IVRSystem_012.h ├── cppIVRSystem_IVRSystem_014.cpp ├── cppIVRSystem_IVRSystem_014.h ├── cppIVRSystem_IVRSystem_015.cpp ├── cppIVRSystem_IVRSystem_015.h ├── cppIVRSystem_IVRSystem_016.cpp ├── cppIVRSystem_IVRSystem_016.h ├── cppIVRSystem_IVRSystem_017.cpp ├── cppIVRSystem_IVRSystem_017.h ├── cppIVRSystem_IVRSystem_019.cpp ├── cppIVRSystem_IVRSystem_019.h ├── cppIVRTrackedCamera_IVRTrackedCamera_001.cpp ├── cppIVRTrackedCamera_IVRTrackedCamera_001.h ├── cppIVRTrackedCamera_IVRTrackedCamera_002.cpp ├── cppIVRTrackedCamera_IVRTrackedCamera_002.h ├── cppIVRTrackedCamera_IVRTrackedCamera_003.cpp ├── cppIVRTrackedCamera_IVRTrackedCamera_003.h ├── cppIVRTrackedCamera_IVRTrackedCamera_004.cpp ├── cppIVRTrackedCamera_IVRTrackedCamera_004.h ├── cppIVRTrackedCamera_IVRTrackedCamera_005.cpp ├── cppIVRTrackedCamera_IVRTrackedCamera_005.h ├── cxx.h ├── dxvk-interop.h ├── flatapi.c ├── flatapi.h ├── struct_converters.h ├── struct_converters_090.cpp ├── struct_converters_091.cpp ├── struct_converters_0910.cpp ├── struct_converters_0912.cpp ├── struct_converters_0913.cpp ├── struct_converters_0914.cpp ├── struct_converters_0915.cpp ├── struct_converters_0916.cpp ├── struct_converters_0917.cpp ├── struct_converters_0918.cpp ├── struct_converters_0919.cpp ├── struct_converters_092.cpp ├── struct_converters_0920.cpp ├── struct_converters_093.cpp ├── struct_converters_094.cpp ├── struct_converters_096.cpp ├── struct_converters_097.cpp ├── struct_converters_098.cpp ├── struct_converters_099.cpp ├── struct_converters_100.cpp ├── struct_converters_101.cpp ├── struct_converters_1010.cpp ├── struct_converters_1011.cpp ├── struct_converters_1012.cpp ├── struct_converters_1013.cpp ├── struct_converters_1014.cpp ├── struct_converters_1015.cpp ├── struct_converters_1016.cpp ├── struct_converters_1017.cpp ├── struct_converters_102.cpp ├── struct_converters_103.cpp ├── struct_converters_103a.cpp ├── struct_converters_104.cpp ├── struct_converters_105.cpp ├── struct_converters_106.cpp ├── struct_converters_107.cpp ├── struct_converters_108.cpp ├── struct_converters_109.cpp ├── struct_converters_113b.cpp ├── vrclient_defs.h ├── vrclient_main.c ├── vrclient_private.h ├── vrclient_x64.spec ├── winIVRApplications.c ├── winIVRChaperone.c ├── winIVRChaperoneSetup.c ├── winIVRClientCore.c ├── winIVRCompositor.c ├── winIVRDriverManager.c ├── winIVRExtendedDisplay.c ├── winIVRIOBuffer.c ├── winIVRInput.c ├── winIVRNotifications.c ├── winIVROverlay.c ├── winIVRRenderModels.c ├── winIVRResources.c ├── winIVRScreenshots.c ├── winIVRSettings.c ├── winIVRSystem.c ├── winIVRTrackedCamera.c ├── win_constructors.h ├── win_constructors_table.dat └── win_destructors.h /.github/ISSUE_TEMPLATE/compatibility-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/.github/ISSUE_TEMPLATE/compatibility-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/.github/ISSUE_TEMPLATE/feature-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/whitelist-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/.github/ISSUE_TEMPLATE/whitelist-request.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.proton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/LICENSE.proton -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/README.md -------------------------------------------------------------------------------- /Vagrantfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/Vagrantfile -------------------------------------------------------------------------------- /compatibilitytool.vdf.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/compatibilitytool.vdf.template -------------------------------------------------------------------------------- /configure.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/configure.sh -------------------------------------------------------------------------------- /contrib/include/gnutls26/abstract.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/abstract.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/compat.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/crypto.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/gnutls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/gnutls.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/openpgp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/openpgp.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/pkcs11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/pkcs11.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/pkcs12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/pkcs12.h -------------------------------------------------------------------------------- /contrib/include/gnutls26/x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/contrib/include/gnutls26/x509.h -------------------------------------------------------------------------------- /dist.LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/dist.LICENSE -------------------------------------------------------------------------------- /filelock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/filelock.py -------------------------------------------------------------------------------- /fonts/patches/LiberationMono-Regular.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/fonts/patches/LiberationMono-Regular.patch -------------------------------------------------------------------------------- /fonts/scripts/generatefont.pe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/fonts/scripts/generatefont.pe -------------------------------------------------------------------------------- /glslang/bin/glslangValidator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/bin/glslangValidator -------------------------------------------------------------------------------- /glslang/include/SPIRV/GLSL.ext.AMD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/GLSL.ext.AMD.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/GLSL.ext.KHR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/GLSL.ext.KHR.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/GLSL.ext.NV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/GLSL.ext.NV.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/GLSL.std.450.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/GLSL.std.450.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/GlslangToSpv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/GlslangToSpv.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/Logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/Logger.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/SPVRemapper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/SPVRemapper.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/SpvBuilder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/SpvBuilder.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/bitutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/bitutils.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/disassemble.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/disassemble.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/doc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/doc.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/hex_float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/hex_float.h -------------------------------------------------------------------------------- /glslang/include/SPIRV/spirv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/spirv.hpp -------------------------------------------------------------------------------- /glslang/include/SPIRV/spvIR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/include/SPIRV/spvIR.h -------------------------------------------------------------------------------- /glslang/lib/libHLSL.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libHLSL.a -------------------------------------------------------------------------------- /glslang/lib/libOGLCompiler.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libOGLCompiler.a -------------------------------------------------------------------------------- /glslang/lib/libOSDependent.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libOSDependent.a -------------------------------------------------------------------------------- /glslang/lib/libSPIRV-Tools-opt.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libSPIRV-Tools-opt.a -------------------------------------------------------------------------------- /glslang/lib/libSPIRV-Tools.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libSPIRV-Tools.a -------------------------------------------------------------------------------- /glslang/lib/libSPIRV.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libSPIRV.a -------------------------------------------------------------------------------- /glslang/lib/libSPVRemapper.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libSPVRemapper.a -------------------------------------------------------------------------------- /glslang/lib/libglslang.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/glslang/lib/libglslang.a -------------------------------------------------------------------------------- /lsteamclient/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/LICENSE -------------------------------------------------------------------------------- /lsteamclient/cb_converters.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cb_converters.dat -------------------------------------------------------------------------------- /lsteamclient/cb_converters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cb_converters.h -------------------------------------------------------------------------------- /lsteamclient/cb_getapi_sizes.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cb_getapi_sizes.dat -------------------------------------------------------------------------------- /lsteamclient/cb_getapi_table.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cb_getapi_table.dat -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient007.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient007.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient007.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient007.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient008.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient008.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient008.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient009.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient009.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient009.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient009.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient010.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient010.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient010.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient010.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient011.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient011.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient011.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient011.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient012.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient012.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient012.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient012.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient014.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient014.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient014.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient014.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient015.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient015.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient015.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient015.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient016.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient016.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient016.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient016.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient017.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient017.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamClient_SteamClient017.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamClient_SteamClient017.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends003.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends003.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends004.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends004.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends005.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends005.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends006.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends006.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends007.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends007.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends008.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends009.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends009.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends011.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends011.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends013.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends013.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends014.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends014.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamFriends_SteamFriends015.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamFriends_SteamFriends015.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser009.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser009.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser009.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser009.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser010.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser010.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser010.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser010.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser011.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser011.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser011.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser011.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser012.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser012.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser012.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser012.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser013.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser013.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser013.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser013.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser014.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser014.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser014.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser014.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser016.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser016.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser016.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser016.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser017.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser017.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser017.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser017.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser018.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser018.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser018.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser018.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser019.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser019.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUser_SteamUser019.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUser_SteamUser019.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils002.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils002.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils002.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils002.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils004.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils004.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils004.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils004.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils005.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils005.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils005.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils005.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils006.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils006.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils006.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils006.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils007.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils007.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils007.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils007.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils008.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils008.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils008.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils008.h -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils009.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils009.cpp -------------------------------------------------------------------------------- /lsteamclient/cppISteamUtils_SteamUtils009.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cppISteamUtils_SteamUtils009.h -------------------------------------------------------------------------------- /lsteamclient/cxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/cxx.h -------------------------------------------------------------------------------- /lsteamclient/gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/gen.sh -------------------------------------------------------------------------------- /lsteamclient/gen_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/gen_wrapper.py -------------------------------------------------------------------------------- /lsteamclient/lsteamclient.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/lsteamclient.spec -------------------------------------------------------------------------------- /lsteamclient/steam_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steam_defs.h -------------------------------------------------------------------------------- /lsteamclient/steamclient_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamclient_main.c -------------------------------------------------------------------------------- /lsteamclient/steamclient_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamclient_private.h -------------------------------------------------------------------------------- /lsteamclient/steamclient_wrappers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamclient_wrappers.c -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_100/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_100/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_101/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_101/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_102/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_102/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_103/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_103/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_104/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_104/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_105/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_105/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_106/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_106/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_107/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_107/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_108/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_108/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_109/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_109/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_110/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_110/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_111/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_111/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_112/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_112/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_113/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_113/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_114/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_114/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_115/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_115/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_116/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_116/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_117/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_117/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_118/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_118/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_119/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_119/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_120/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_120/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_121/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_121/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_122/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_122/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_123a/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_123a/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteamfriends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/isteamfriends.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/steamhttpenums.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/steamhttpenums.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/steamps3params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/steamps3params.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_124/steamuniverse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_124/steamuniverse.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_125/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_125/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_126a/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_126a/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_127/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_127/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_128/steamvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_128/steamvr.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129/steamvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129/steamvr.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_129a/steamvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_129a/steamvr.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_130/steamvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_130/steamvr.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_131/steamvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_131/steamvr.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/steamvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/steamvr.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_132/steamvr_flat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_132/steamvr_flat.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133a/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133a/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_133b/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_133b/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_134/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_134/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_135a/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_135a/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_136/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_136/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_137/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_137/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_138a/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_138a/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/steam_api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/steam_api.json -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_139/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_139/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/steam_api.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/steam_api.json -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_140/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_140/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_141/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_141/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamapps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamapps.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamclient.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamhttp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamhttp.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteammasterserverupdater.h: -------------------------------------------------------------------------------- 1 | #error "This file isn't used any more" 2 | -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteammusic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteammusic.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamugc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamugc.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamuser.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamutils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamutils.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/isteamvideo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/isteamvideo.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/steam_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/steam_api.h -------------------------------------------------------------------------------- /lsteamclient/steamworks_sdk_142/steamtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/steamworks_sdk_142/steamtypes.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_100.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_101.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_102.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_103.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_104.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_105.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_106.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_107.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_108.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_109.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_110.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_111.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lsteamclient/struct_converters_112.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_112.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_112.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_112.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_113.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_113.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_113.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_113.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_114.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_114.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_114.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_114.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_115.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_115.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_115.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_115.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_116.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_116.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_116.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_116.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_117.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_117.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_117.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_117.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_118.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_118.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_118.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_118.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_119.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_119.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_119.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_119.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_120.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_120.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_120.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_120.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_121.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_121.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_121.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_121.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_122.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_122.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_122.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_122.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_123.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_123.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_123.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_123.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_123a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_123a.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_123a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_123a.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_124.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_124.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_124.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_124.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_125.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_125.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_125.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_125.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_126.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_126.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_126.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_126.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_126a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_126a.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_126a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_126a.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_127.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_127.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_127.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_127.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_128.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_128.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_128.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_129.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_129.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_129.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_129.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_129a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_129a.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_129a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_129a.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_130.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_130.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_130.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_130.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_131.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_131.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_131.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_131.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_132.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_132.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_132.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_132.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_133.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_133.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_133.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_133.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_133a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_133a.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_133a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_133a.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_133b.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_133b.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_133b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_133b.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_134.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_134.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_134.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_134.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_135.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_135.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_135.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_135.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_135a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_135a.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_135a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_135a.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_136.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_136.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_136.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_136.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_137.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_137.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_137.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_137.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_138.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_138.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_138.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_138.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_138a.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_138a.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_138a.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_138a.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_139.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_139.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_139.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_139.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_140.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_140.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_140.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_140.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_141.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_141.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_141.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_141.h -------------------------------------------------------------------------------- /lsteamclient/struct_converters_142.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_142.cpp -------------------------------------------------------------------------------- /lsteamclient/struct_converters_142.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/struct_converters_142.h -------------------------------------------------------------------------------- /lsteamclient/winISteamAppList.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamAppList.c -------------------------------------------------------------------------------- /lsteamclient/winISteamAppTicket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamAppTicket.c -------------------------------------------------------------------------------- /lsteamclient/winISteamApps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamApps.c -------------------------------------------------------------------------------- /lsteamclient/winISteamClient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamClient.c -------------------------------------------------------------------------------- /lsteamclient/winISteamController.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamController.c -------------------------------------------------------------------------------- /lsteamclient/winISteamFriends.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamFriends.c -------------------------------------------------------------------------------- /lsteamclient/winISteamGameCoordinator.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamGameCoordinator.c -------------------------------------------------------------------------------- /lsteamclient/winISteamGameServer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamGameServer.c -------------------------------------------------------------------------------- /lsteamclient/winISteamGameServerStats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamGameServerStats.c -------------------------------------------------------------------------------- /lsteamclient/winISteamHTMLSurface.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamHTMLSurface.c -------------------------------------------------------------------------------- /lsteamclient/winISteamHTTP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamHTTP.c -------------------------------------------------------------------------------- /lsteamclient/winISteamInventory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamInventory.c -------------------------------------------------------------------------------- /lsteamclient/winISteamMasterServerUpdater.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamMasterServerUpdater.c -------------------------------------------------------------------------------- /lsteamclient/winISteamMatchmaking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamMatchmaking.c -------------------------------------------------------------------------------- /lsteamclient/winISteamMatchmakingServers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamMatchmakingServers.c -------------------------------------------------------------------------------- /lsteamclient/winISteamMusic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamMusic.c -------------------------------------------------------------------------------- /lsteamclient/winISteamMusicRemote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamMusicRemote.c -------------------------------------------------------------------------------- /lsteamclient/winISteamNetworking.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamNetworking.c -------------------------------------------------------------------------------- /lsteamclient/winISteamParentalSettings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamParentalSettings.c -------------------------------------------------------------------------------- /lsteamclient/winISteamRemoteStorage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamRemoteStorage.c -------------------------------------------------------------------------------- /lsteamclient/winISteamScreenshots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamScreenshots.c -------------------------------------------------------------------------------- /lsteamclient/winISteamUGC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamUGC.c -------------------------------------------------------------------------------- /lsteamclient/winISteamUnifiedMessages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamUnifiedMessages.c -------------------------------------------------------------------------------- /lsteamclient/winISteamUser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamUser.c -------------------------------------------------------------------------------- /lsteamclient/winISteamUserStats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamUserStats.c -------------------------------------------------------------------------------- /lsteamclient/winISteamUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamUtils.c -------------------------------------------------------------------------------- /lsteamclient/winISteamVideo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/winISteamVideo.c -------------------------------------------------------------------------------- /lsteamclient/win_constructors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/win_constructors.h -------------------------------------------------------------------------------- /lsteamclient/win_constructors_table.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/lsteamclient/win_constructors_table.dat -------------------------------------------------------------------------------- /proton: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/proton -------------------------------------------------------------------------------- /proton_3.7_tracked_files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/proton_3.7_tracked_files -------------------------------------------------------------------------------- /steamrt-bootstrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/steamrt-bootstrap.sh -------------------------------------------------------------------------------- /toolmanifest.vdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/toolmanifest.vdf -------------------------------------------------------------------------------- /user_settings.sample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/user_settings.sample.py -------------------------------------------------------------------------------- /vagrant-user-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vagrant-user-setup.sh -------------------------------------------------------------------------------- /vkquery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vkquery.py -------------------------------------------------------------------------------- /vrclient_x64/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/LICENSE -------------------------------------------------------------------------------- /vrclient_x64/gen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/gen.sh -------------------------------------------------------------------------------- /vrclient_x64/gen_wrapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/gen_wrapper.py -------------------------------------------------------------------------------- /vrclient_x64/make_sdks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/make_sdks.sh -------------------------------------------------------------------------------- /vrclient_x64/openvr_0.9.0/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_0.9.0/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_0.9.1/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_0.9.1/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_0.9.13/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_0.9.13/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_0.9.2/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_0.9.2/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_0.9.3/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_0.9.3/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.10/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.10/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.11/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.11/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.12/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.12/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.13/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.13/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.14/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.14/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.15/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.15/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.16/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.16/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.17/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.17/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.18/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.18/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.19/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.19/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.20/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.20/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.4/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.4/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.5/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.5/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.6/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.6/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.7/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.7/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.8/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.8/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v0.9.9/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v0.9.9/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.0/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.0/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.1/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.1/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.10/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.10/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.10/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.10/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.11/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.11/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.11/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.11/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.12/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.12/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.12/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.12/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.13/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.13/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.13/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.13/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.14/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.14/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.14/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.14/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.15/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.15/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.15/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.15/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.16/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.16/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.16/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.16/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.17/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.17/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.17/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.17/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.2/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.2/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.3/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.3/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.3a/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.3a/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.3a/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.3a/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.4/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.4/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.4/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.4/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.5/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.5/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.5/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.5/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.6/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.6/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.6/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.6/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.7/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.7/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.7/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.7/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.8/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.8/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.8/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.8/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.9/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.9/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.0.9/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.0.9/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.1.3b/ivrclientcore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.1.3b/ivrclientcore.h -------------------------------------------------------------------------------- /vrclient_x64/openvr_v1.1.3b/openvr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/openvr_v1.1.3b/openvr.h -------------------------------------------------------------------------------- /vrclient_x64/tests/capi_thunks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/tests/capi_thunks.c -------------------------------------------------------------------------------- /vrclient_x64/tests/capi_thunks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/tests/capi_thunks.h -------------------------------------------------------------------------------- /vrclient_x64/tests/capi_thunks_autogen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/tests/capi_thunks_autogen.c -------------------------------------------------------------------------------- /vrclient_x64/tests/capi_thunks_autogen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/tests/capi_thunks_autogen.h -------------------------------------------------------------------------------- /vrclient_x64/tests/capi_thunks_tests_autogen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/tests/capi_thunks_tests_autogen.c -------------------------------------------------------------------------------- /vrclient_x64/tests/main_autogen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/tests/main_autogen.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/cxx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/cxx.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/dxvk-interop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/dxvk-interop.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/flatapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/flatapi.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/flatapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/flatapi.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/struct_converters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/struct_converters.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/vrclient_defs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/vrclient_defs.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/vrclient_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/vrclient_main.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/vrclient_private.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/vrclient_private.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/vrclient_x64.spec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/vrclient_x64.spec -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRApplications.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRApplications.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRChaperone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRChaperone.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRClientCore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRClientCore.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRCompositor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRCompositor.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRIOBuffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRIOBuffer.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRInput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRInput.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVROverlay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVROverlay.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRRenderModels.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRRenderModels.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRResources.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRResources.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRScreenshots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRScreenshots.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRSettings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRSettings.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/winIVRSystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/winIVRSystem.c -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/win_constructors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/win_constructors.h -------------------------------------------------------------------------------- /vrclient_x64/vrclient_x64/win_destructors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/popsUlfr/Proton/HEAD/vrclient_x64/vrclient_x64/win_destructors.h --------------------------------------------------------------------------------