vrclient: support openvr v1.10.30

This commit is contained in:
Andrew Eikum 2020-03-18 13:50:21 -05:00
parent c7c3b3c8a7
commit bf3ca0fd4a
68 changed files with 15262 additions and 1462 deletions

View file

@ -1938,6 +1938,8 @@ static const char * const IVRRenderModels_Version = "IVRRenderModels_001";
namespace vr
{
class IVRControlPanel;
#if 0
class IVRControlPanel
{
public:
@ -2032,6 +2034,7 @@ public:
};
static const char * const IVRControlPanel_Version = "IVRControlPanel_001";
#endif
}// End