lsteamclient: Avoid code duplication in handling SteamNetworkingMessage_t wrapping.

CW-Bug-Id: #22649
This commit is contained in:
Paul Gofman 2023-08-23 17:27:02 -06:00 committed by Arkadiusz Hiler
parent 6d51ed29f3
commit 6ed890c9e9
13 changed files with 235 additions and 736 deletions

View file

@ -20,6 +20,9 @@ extern "C" {
#include "struct_converters.h"
#include "cb_converters.h"
#define SDK_VERSION 1510
#include "steamclient_manual_common.h"
const char * cppISteamInput_SteamInput002_GetGlyphForActionOrigin(void *linux_side, EInputActionOrigin eOrigin)
{
const char *path_result;