summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorChrisDill <[email protected]>2019-07-28 10:12:13 +0100
committerRay <[email protected]>2019-07-28 11:12:13 +0200
commit879c874330e2946ca0dcce74a5dfbe852b4d1f4a (patch)
treee2745d0c01ef19f825b9f5ecde352f8682fd7cb8 /examples/Makefile
parent153f078bd135af4d947feaa35367c21f5ecdd854 (diff)
downloadraylib-879c874330e2946ca0dcce74a5dfbe852b4d1f4a.tar.gz
raylib-879c874330e2946ca0dcce74a5dfbe852b4d1f4a.zip
Added scissor test and mouse painting examples proposed in #890 (#919)
- Updated Makefile with new examples
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile2
1 files changed, 2 insertions, 0 deletions
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 \