diff options
Diffstat (limited to 'examples/shapes/shapes_top_down_lights.c')
| -rw-r--r-- | examples/shapes/shapes_top_down_lights.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/shapes/shapes_top_down_lights.c b/examples/shapes/shapes_top_down_lights.c index 5234c28c..74bb2c60 100644 --- a/examples/shapes/shapes_top_down_lights.c +++ b/examples/shapes/shapes_top_down_lights.c @@ -206,6 +206,9 @@ void SetupBoxes(Rectangle *boxes, int *count) *count = MAX_BOXES; } +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
