瀏覽代碼

Update and rename physics.c to physac.c

pull/69/head
Ray 9 年之前
父節點
當前提交
8c8e5bb7c8
共有 1 個檔案被更改,包括 4 行新增4 行删除
  1. +4
    -4
      src/physac.c

src/physics.c → src/physac.c 查看文件

@ -21,10 +21,10 @@
*
**********************************************************************************************/
//#define PHYSICS_STANDALONE // NOTE: To use the physics module as standalone lib, just uncomment this line
//#define PHYSAC_STANDALONE // NOTE: To use the physics module as standalone lib, just uncomment this line
#if defined(PHYSICS_STANDALONE)
#include "physics.h"
#if defined(PHYSAC_STANDALONE)
#include "physac.h"
#else
#include "raylib.h"
#endif
@ -269,4 +269,4 @@ Collider GetCollider(int index)
Rigidbody GetRigidbody(int index)
{
return rigidbodies[index];
}
}

Loading…
取消
儲存