diff --git a/src/physac.h b/src/physac.h index 695e399d..0ed2646e 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;