mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 08:45:31 +00:00
6 lines
211 B
C
6 lines
211 B
C
// This header is used for bindgen to automatically generate the openvr c binding
|
|
// bindgen -match openvr_capi.h scripts/binding.h -o binding.rs
|
|
|
|
#include <stdbool.h>
|
|
#include "../openvr/headers/openvr_capi.h"
|