Open Broadcaster Software
Free, open source software for live streaming and recording
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
vc_stdbool.h
Go to the documentation of this file.
1 #pragma once
2 
3 #if !defined(__cplusplus)
4 typedef int8_t _Bool;
5 #define bool _Bool
6 #define true 1
7 #define false 0
8 #define __bool_true_false_are_defined 1
9 #endif
int8_t _Bool
Definition: vc_stdbool.h:4
signed char int8_t
Definition: vc_stdint.h:26