diff options
Diffstat (limited to 'src/physac.c')
| -rw-r--r-- | src/physac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/physac.c b/src/physac.c index 73ce7adc..6e3b6e61 100644 --- a/src/physac.c +++ b/src/physac.c @@ -61,7 +61,7 @@ static Vector2 Vector2Normalize(Vector2 vector); //---------------------------------------------------------------------------------- // Module Functions Definitions //---------------------------------------------------------------------------------- -void InitPhysics() +void InitPhysics(void) { for (int i = 0; i < MAX_ELEMENTS; i++) { |
