Fixed physac header little mistake

This commit is contained in:
victorfisac 2016-03-05 19:36:40 +01:00
parent 305efcf5ad
commit 78e4772f21

View File

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