[Fix]: Add the <stdbool.h> include header if using raymath.h as a standalone
This commit is contained in:
parent
668b3e4cfb
commit
9b73eeb11f
|
|
@ -47,6 +47,8 @@
|
|||
|
||||
#ifndef RAYMATH_STANDALONE
|
||||
#include "raylib.h" // Required for structs: Vector3, Matrix
|
||||
#else
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#if defined(RAYMATH_IMPLEMENTATION) && defined(RAYMATH_HEADER_ONLY)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user