1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-02 20:43:35 +00:00

Better bools;

This commit is contained in:
bjorn 2016-10-03 11:26:54 -07:00
parent 2391185931
commit 2c7e03c0ed
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,5 @@
#include "vive.h" #include "vive.h"
#include <stdbool.h>
#include <openvr_capi.h> #include <openvr_capi.h>
#include <stdlib.h> #include <stdlib.h>
#include "../util.h" #include "../util.h"

View file

@ -1,5 +1,3 @@
typedef char bool;
#include "headset.h" #include "headset.h"
Headset* viveInit(); Headset* viveInit();