diff options
Diffstat (limited to 'src/physac.h')
| -rw-r--r-- | src/physac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physac.h b/src/physac.h index 7dbfe1fe..558673ef 100644 --- a/src/physac.h +++ b/src/physac.h @@ -76,7 +76,7 @@ extern "C" { // Prevents name mangling of functions //---------------------------------------------------------------------------------- // Module Functions Declarations //---------------------------------------------------------------------------------- -void InitPhysics(); // Initialize all internal physics values +void InitPhysics(void); // Initialize all internal physics values void SetPhysics(Physics settings); // Set physics settings values using Physics data type to overwrite internal physics settings void AddRigidbody(int index, Rigidbody rigidbody); // Initialize a new rigidbody with parameters to internal index slot |
