mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-27 07:05:46 +03:00
9 lines
258 B
C
9 lines
258 B
C
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
extern uint32_t cppIVRDriverManager_IVRDriverManager_001_GetDriverCount(void *);
|
|
extern uint32_t cppIVRDriverManager_IVRDriverManager_001_GetDriverName(void *, DriverId_t, char *, uint32_t);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|