From 78e4772f21cda45c219ce88a713708b6b0680e8f Mon Sep 17 00:00:00 2001 From: victorfisac Date: Sat, 5 Mar 2016 19:36:40 +0100 Subject: [PATCH] Fixed physac header little mistake --- src/physac.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/physac.h b/src/physac.h index b948e4ce0..fc5502c46 100644 --- a/src/physac.h +++ b/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