summaryrefslogtreecommitdiffhomepage
path: root/src/physac.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-02-14 16:47:47 +0100
committerraysan5 <[email protected]>2021-02-14 16:47:47 +0100
commitf3df64210b284a15ff9a2c2394833fd611f2be50 (patch)
tree65ee2bd8ca9e22a2afb73ee187f4c78599e06f6b /src/physac.h
parent7035435948adb6a17b4fc69dc8cc740211782b1d (diff)
downloadraylib-f3df64210b284a15ff9a2c2394833fd611f2be50.tar.gz
raylib-f3df64210b284a15ff9a2c2394833fd611f2be50.zip
Update physac.h
Diffstat (limited to 'src/physac.h')
-rw-r--r--src/physac.h2
1 files changed, 0 insertions, 2 deletions
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 <stdbool.h>
-#elif !defined(__cplusplus) && !defined(bool)
- typedef enum { false, true } bool;
#endif
typedef enum PhysicsShapeType { PHYSICS_CIRCLE = 0, PHYSICS_POLYGON } PhysicsShapeType;