diff options
Diffstat (limited to 'examples/shapes/shapes_draw_circle_sector.c')
| -rw-r--r-- | examples/shapes/shapes_draw_circle_sector.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/shapes/shapes_draw_circle_sector.c b/examples/shapes/shapes_draw_circle_sector.c index d605209a..9b3160b9 100644 --- a/examples/shapes/shapes_draw_circle_sector.c +++ b/examples/shapes/shapes_draw_circle_sector.c @@ -16,6 +16,9 @@ #define RAYGUI_IMPLEMENTATION #include "raygui.h" // Required for GUI controls +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
