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