mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 11:58:13 +00:00
Fixed physac header little mistake
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user