mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 18:59:18 -05:00
Added new comment to examples
This commit is contained in:
@ -206,6 +206,9 @@ void SetupBoxes(Rectangle *boxes, int *count)
|
||||
*count = MAX_BOXES;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------------
|
||||
// Program main entry point
|
||||
//------------------------------------------------------------------------------------
|
||||
int main(void)
|
||||
{
|
||||
// Initialization
|
||||
|
||||
Reference in New Issue
Block a user