mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-03 21:24:27 +01:00
parent
2d93d45926
commit
76369eb526
21 changed files with 8130 additions and 40 deletions
|
|
@ -76,6 +76,8 @@ static const struct { const char *iface_version; iface_constructor ctor; } const
|
|||
{"FnTable:IVRCompositor_026", create_winIVRCompositor_IVRCompositor_026_FnTable},
|
||||
{"IVRCompositor_027", create_winIVRCompositor_IVRCompositor_027},
|
||||
{"FnTable:IVRCompositor_027", create_winIVRCompositor_IVRCompositor_027_FnTable},
|
||||
{"IVRCompositor_028", create_winIVRCompositor_IVRCompositor_028},
|
||||
{"FnTable:IVRCompositor_028", create_winIVRCompositor_IVRCompositor_028_FnTable},
|
||||
{"IVRControlPanel_006", create_winIVRControlPanel_IVRControlPanel_006},
|
||||
{"FnTable:IVRControlPanel_006", create_winIVRControlPanel_IVRControlPanel_006_FnTable},
|
||||
{"IVRDriverManager_001", create_winIVRDriverManager_IVRDriverManager_001},
|
||||
|
|
@ -303,6 +305,8 @@ static const struct { const char *iface_version; iface_destructor dtor; } destru
|
|||
{"FnTable:IVRCompositor_026", destroy_winIVRCompositor_IVRCompositor_026_FnTable},
|
||||
{"IVRCompositor_027", destroy_winIVRCompositor_IVRCompositor_027},
|
||||
{"FnTable:IVRCompositor_027", destroy_winIVRCompositor_IVRCompositor_027_FnTable},
|
||||
{"IVRCompositor_028", destroy_winIVRCompositor_IVRCompositor_028},
|
||||
{"FnTable:IVRCompositor_028", destroy_winIVRCompositor_IVRCompositor_028_FnTable},
|
||||
{"IVRControlPanel_006", destroy_winIVRControlPanel_IVRControlPanel_006},
|
||||
{"FnTable:IVRControlPanel_006", destroy_winIVRControlPanel_IVRControlPanel_006_FnTable},
|
||||
{"IVRDriverManager_001", destroy_winIVRDriverManager_IVRDriverManager_001},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue