2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-31 06:35:23 +00:00

steamclient: generate 1.47 support

This commit is contained in:
Andrew Eikum
2019-12-11 13:59:25 -06:00
parent a2317ff230
commit 1bfc03a2c5
62 changed files with 5629 additions and 1457 deletions

View File

@@ -5,7 +5,7 @@
from __future__ import print_function
CLANG_PATH='/usr/lib/clang/8.0.1'
CLANG_PATH='/usr/lib/clang/9.0.0'
import pprint
import sys
@@ -181,7 +181,15 @@ manually_handled_methods = {
"cppISteamNetworkingSockets_SteamNetworkingSockets003": [
"ReceiveMessagesOnConnection",
"ReceiveMessagesOnListenSocket"
]
],
"cppISteamNetworkingSockets_SteamNetworkingSockets006": [
"ReceiveMessagesOnConnection",
"ReceiveMessagesOnListenSocket",
"SendMessages"
],
"cppISteamNetworkingUtils_SteamNetworkingUtils003": [
"AllocateMessage",
],
}
# manual converters for simple types (function pointers)