Added some comments and fixed spaces

This commit is contained in:
victorfisac
2016-01-05 13:58:20 +01:00
parent 32508f6db1
commit fe0cf8f9a9
5 changed files with 7 additions and 6 deletions

View File

@@ -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++)
{