瀏覽代碼

Update physac.h

pull/1589/head
raysan5 4 年之前
父節點
當前提交
f3df64210b
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. +0
    -2
      src/physac.h

+ 0
- 2
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;

Loading…
取消
儲存