diff options
Diffstat (limited to 'examples/textures/textures_image_loading.c')
| -rw-r--r-- | examples/textures/textures_image_loading.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/textures/textures_image_loading.c b/examples/textures/textures_image_loading.c index 8babce69..40f007f7 100644 --- a/examples/textures/textures_image_loading.c +++ b/examples/textures/textures_image_loading.c @@ -13,6 +13,9 @@ #include "raylib.h" +//------------------------------------------------------------------------------------ +// Program main entry point +//------------------------------------------------------------------------------------ int main(void) { // Initialization |
