From f3df64210b284a15ff9a2c2394833fd611f2be50 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sun, 14 Feb 2021 16:47:47 +0100 Subject: [PATCH] Update physac.h --- src/physac.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/physac.h b/src/physac.h index 695e399d4..0ed2646ef 100644 --- a/src/physac.h +++ b/src/physac.h @@ -120,8 +120,6 @@ //---------------------------------------------------------------------------------- #if defined(__STDC__) && __STDC_VERSION__ >= 199901L #include -#elif !defined(__cplusplus) && !defined(bool) - typedef enum { false, true } bool; #endif typedef enum PhysicsShapeType { PHYSICS_CIRCLE = 0, PHYSICS_POLYGON } PhysicsShapeType;