diff options
| author | Ray <raysan5@gmail.com> | 2016-01-06 17:16:03 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-01-06 17:16:03 +0100 |
| commit | 1ce010c7d4dd7774deb2546b939b13ced52bd9c4 (patch) | |
| tree | ff3e40072807b1a227fdbb46a6e8be04df7b859d /src/physac.h | |
| parent | 891c4a458a2fb03737c75def69dd6b0d67d38ad5 (diff) | |
| parent | fe0cf8f9a9d6cafa40a1baf8b3cdace0268ccb82 (diff) | |
| download | raylib-1ce010c7d4dd7774deb2546b939b13ced52bd9c4.tar.gz raylib-1ce010c7d4dd7774deb2546b939b13ced52bd9c4.zip | |
Merge pull request #70 from victorfisac/develop
Fixed Android bug and added physic buttons inputs
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 |
