瀏覽代碼

Fixed physac header little mistake

pull/101/head
victorfisac 9 年之前
父節點
當前提交
78e4772f21
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/physac.h

+ 1
- 0
src/physac.h 查看文件

@ -81,6 +81,7 @@ extern "C" { // Prevents name mangling of functions
//----------------------------------------------------------------------------------
// Module Functions Declaration
//----------------------------------------------------------------------------------
void InitPhysics(); // Initializes pointers array (just pointers, fixed size)
void UpdatePhysics(); // Update physic objects, calculating physic behaviours and collisions detection
void ClosePhysics(); // Unitialize all physic objects and empty the objects pool

Loading…
取消
儲存