This commit is contained in:
Ahmad Fatoum 2017-10-11 11:20:55 +00:00 committed by GitHub
commit 66c842b97d

View File

@ -302,10 +302,7 @@
// Structures Definition
//----------------------------------------------------------------------------------
#ifndef __cplusplus
// Boolean type
#if !defined(_STDBOOL_H) || !defined(__STDBOOL_H) // CLang uses second form
typedef enum { false, true } bool;
#endif
#include <stdbool.h>
#endif
// Vector2 type