mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-07 15:08:07 +01:00
vrclient: support openvr v1.10.30
This commit is contained in:
parent
c7c3b3c8a7
commit
bf3ca0fd4a
68 changed files with 15262 additions and 1462 deletions
|
|
@ -1407,6 +1407,8 @@ static const char * const IVRRenderModels_Version = "IVRRenderModels_001";
|
|||
namespace vr
|
||||
{
|
||||
|
||||
class IVRControlPanel;
|
||||
#if 0
|
||||
class IVRControlPanel
|
||||
{
|
||||
public:
|
||||
|
|
@ -1493,6 +1495,7 @@ public:
|
|||
};
|
||||
|
||||
static const char * const IVRControlPanel_Version = "IVRControlPanel_001";
|
||||
#endif
|
||||
|
||||
}// End
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue