Explorar el Código

Update physac.h

pull/1589/head
raysan5 hace 4 años
padre
commit
f3df64210b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      src/physac.h

+ 0
- 2
src/physac.h Ver fichero

@ -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;

Cargando…
Cancelar
Guardar