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