diff options
Diffstat (limited to 'examples/textures/textures_draw_tiled.c')
| -rw-r--r-- | examples/textures/textures_draw_tiled.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/textures/textures_draw_tiled.c b/examples/textures/textures_draw_tiled.c index 42f72d07..9abf8d51 100644 --- a/examples/textures/textures_draw_tiled.c +++ b/examples/textures/textures_draw_tiled.c @@ -15,6 +15,9 @@ #define MARGIN_SIZE 8 // Size for the margins #define COLOR_SIZE 16 // Size of the color select buttons +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(int argc, char **argv) { // Initialization |
