Kaynağa Gözat

Fixed physac header little mistake

victorfisac 9 yıl önce
ebeveyn
işleme
78e4772f21
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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