mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-13 18:12:38 +00:00
REVIEWED: main(void)
This commit is contained in:
@@ -77,7 +77,7 @@ static void UpdateLight(Shader shader, Light light);
|
||||
//----------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//----------------------------------------------------------------------------------
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user