Update physac.h
This commit is contained in:
parent
7035435948
commit
f3df64210b
1 changed files with 0 additions and 2 deletions
|
@ -120,8 +120,6 @@
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
#if defined(__STDC__) && __STDC_VERSION__ >= 199901L
|
#if defined(__STDC__) && __STDC_VERSION__ >= 199901L
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#elif !defined(__cplusplus) && !defined(bool)
|
|
||||||
typedef enum { false, true } bool;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef enum PhysicsShapeType { PHYSICS_CIRCLE = 0, PHYSICS_POLYGON } PhysicsShapeType;
|
typedef enum PhysicsShapeType { PHYSICS_CIRCLE = 0, PHYSICS_POLYGON } PhysicsShapeType;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue