mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-06 06:28:00 +01:00
steamclient: generate 1.47 support
This commit is contained in:
parent
a2317ff230
commit
1bfc03a2c5
62 changed files with 5629 additions and 1457 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue