| //============ Copyright (c) Valve Corporation, All rights reserved. ============ | |
| #pragma once | |
| #include <string> | |
| #include <openvr_driver.h> | |
| extern void DriverLog( const char *pchFormat, ... ); | |
| extern void DebugDriverLog( const char *pchFormat, ... ); |