diff options
| author | Jeffery Myers <[email protected]> | 2022-07-19 12:55:10 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-19 21:55:10 +0200 |
| commit | 39ead974a4f7615c5160649b3d48503e3a0e7936 (patch) | |
| tree | 88d79266c3ca2b0effa7a22360445a977707dc63 /examples/Makefile | |
| parent | e9029d3d007e5dd05622c0569cf8be567d249e4b (diff) | |
| download | raylib-39ead974a4f7615c5160649b3d48503e3a0e7936.tar.gz raylib-39ead974a4f7615c5160649b3d48503e3a0e7936.zip | |
add mouse zoom example (#2583)
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 1 |
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 \ |
