Merge a0c19aabbd into 1bab8f05cc
This commit is contained in:
commit
66c842b97d
|
|
@ -302,10 +302,7 @@
|
||||||
// Structures Definition
|
// Structures Definition
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
#ifndef __cplusplus
|
#ifndef __cplusplus
|
||||||
// Boolean type
|
#include <stdbool.h>
|
||||||
#if !defined(_STDBOOL_H) || !defined(__STDBOOL_H) // CLang uses second form
|
|
||||||
typedef enum { false, true } bool;
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Vector2 type
|
// Vector2 type
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user