From 879c874330e2946ca0dcce74a5dfbe852b4d1f4a Mon Sep 17 00:00:00 2001 From: ChrisDill Date: Sun, 28 Jul 2019 10:12:13 +0100 Subject: Added scissor test and mouse painting examples proposed in #890 (#919) - Updated Makefile with new examples --- examples/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index fccd6f77..f57888ac 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -365,6 +365,7 @@ EXAMPLES = \ core/core_window_letterbox \ core/core_drop_files \ core/core_random_values \ + core/core_scissor_test \ core/core_storage_values \ core/core_vr_simulator \ core/core_loading_thread \ @@ -394,6 +395,7 @@ EXAMPLES = \ text/text_rectangle_bounds \ text/text_unicode \ textures/textures_logo_raylib \ + textures/textures_mouse_painting \ textures/textures_rectangle \ textures/textures_srcrec_dstrec \ textures/textures_image_drawing \ -- cgit v1.2.3