summaryrefslogtreecommitdiffhomepage
path: root/src/models.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-08-08 13:23:04 +0200
committerraysan5 <[email protected]>2021-08-08 13:23:04 +0200
commita135d9c25d668640c43bbaffa54903b2c55f80f4 (patch)
tree000ade9c821c1f717a0c94df4829a1c0c0717dcf /src/models.c
parentee72497eef324aaac0abede3bfe6a89b0e1d8fb7 (diff)
downloadraylib-a135d9c25d668640c43bbaffa54903b2c55f80f4.tar.gz
raylib-a135d9c25d668640c43bbaffa54903b2c55f80f4.zip
REVIEWED: Avoid conflict with bool
Diffstat (limited to 'src/models.c')
-rw-r--r--src/models.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c
index 68785347..329d8d4a 100644
--- a/src/models.c
+++ b/src/models.c
@@ -79,7 +79,6 @@
#define PAR_SHAPES_IMPLEMENTATION
#include "external/par_shapes.h" // Shapes 3d parametric generation
- #undef bool
#endif
#if defined(_WIN32)