summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorJeffery Myers <[email protected]>2022-07-19 12:55:10 -0700
committerGitHub <[email protected]>2022-07-19 21:55:10 +0200
commit39ead974a4f7615c5160649b3d48503e3a0e7936 (patch)
tree88d79266c3ca2b0effa7a22360445a977707dc63 /examples/Makefile
parente9029d3d007e5dd05622c0569cf8be567d249e4b (diff)
downloadraylib-39ead974a4f7615c5160649b3d48503e3a0e7936.tar.gz
raylib-39ead974a4f7615c5160649b3d48503e3a0e7936.zip
add mouse zoom example (#2583)
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 17ddafd0..063ad52c 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -375,6 +375,7 @@ CORE = \
core/core_input_gestures \
core/core_2d_camera \
core/core_2d_camera_platformer \
+ core/core_2d_camera_mouse_zoom \
core/core_3d_camera_mode \
core/core_3d_camera_free \
core/core_3d_camera_first_person \