mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-06 13:27:57 +00:00
Added new comment to examples
This commit is contained in:
@@ -49,7 +49,10 @@ typedef struct Particle {
|
||||
float period;
|
||||
} Particle;
|
||||
|
||||
int main()
|
||||
//------------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//------------------------------------------------------------------------------------
|
||||
int main(void)
|
||||
{
|
||||
// Initialization
|
||||
//--------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user