mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-10 03:46:28 +00:00
Added some comments and fixed spaces
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user