mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-11 22:18:54 +01:00
REVIEWED: main(void)
This commit is contained in:
@ -49,7 +49,7 @@ static void DrawTexturedCurve(void);
|
||||
//------------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//------------------------------------------------------------------------------------
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user