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 <stdbool.h>
#include <openvr_capi.h>
#include <stdlib.h>
#include "../util.h"

View File

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