Explorar el Código

Fixed physac header little mistake

pull/101/head
victorfisac hace 9 años
padre
commit
78e4772f21
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/physac.h

+ 1
- 0
src/physac.h Ver fichero

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

Cargando…
Cancelar
Guardar