REVIEWED: main(void)

This commit is contained in:
Ray
2025-11-13 20:37:21 +01:00
parent 9c73b0eb37
commit d172a24bb0
6 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ static void UpdateLight(Shader shader, Light light);
//----------------------------------------------------------------------------------
// Program main entry point
//----------------------------------------------------------------------------------
int main()
int main(void)
{
// Initialization
//--------------------------------------------------------------------------------------