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