vrclient: Support v2.2.3.

CW-Bug-Id: #23412
This commit is contained in:
Paul Gofman 2024-02-14 14:06:15 -06:00 committed by Arkadiusz Hiler
parent 2d93d45926
commit 76369eb526
21 changed files with 8130 additions and 40 deletions

View file

@ -144,6 +144,10 @@ extern struct w_steam_iface *create_winIVRCompositor_IVRCompositor_027(void *);
extern struct w_steam_iface *create_winIVRCompositor_IVRCompositor_027_FnTable(void *);
extern void destroy_winIVRCompositor_IVRCompositor_027(struct w_steam_iface *);
extern void destroy_winIVRCompositor_IVRCompositor_027_FnTable(struct w_steam_iface *);
extern struct w_steam_iface *create_winIVRCompositor_IVRCompositor_028(void *);
extern struct w_steam_iface *create_winIVRCompositor_IVRCompositor_028_FnTable(void *);
extern void destroy_winIVRCompositor_IVRCompositor_028(struct w_steam_iface *);
extern void destroy_winIVRCompositor_IVRCompositor_028_FnTable(struct w_steam_iface *);
extern struct w_steam_iface *create_winIVRControlPanel_IVRControlPanel_006(void *);
extern struct w_steam_iface *create_winIVRControlPanel_IVRControlPanel_006_FnTable(void *);
extern void destroy_winIVRControlPanel_IVRControlPanel_006(struct w_steam_iface *);