浏览代码

Update and rename physics.h to physac.h

pull/69/head
Ray 9 年前
父节点
当前提交
59cf0f6a42
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      src/physac.h

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

@ -21,8 +21,8 @@
*
**********************************************************************************************/
#ifndef PHYSICS_H
#define PHYSICS_H
#ifndef PHYSAC_H
#define PHYSAC_H
//----------------------------------------------------------------------------------
// Defines and Macros
@ -96,4 +96,4 @@ Collider GetCollider(int index); // Retur
}
#endif
#endif // PHYSICS_H
#endif // PHYSAC_H

正在加载...
取消
保存