diff options
| author | Ray <[email protected]> | 2023-09-08 13:27:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-08 13:27:13 +0200 |
| commit | 1896268775e59d00b2b4f3fea0bc244eee1a1cb4 (patch) | |
| tree | dd695865a0545a29d08901563d1b96c578814564 /examples/Makefile | |
| parent | 2d5d0c2999717ea28924d6cdd47bab014478cc32 (diff) | |
| download | raylib-1896268775e59d00b2b4f3fea0bc244eee1a1cb4.tar.gz raylib-1896268775e59d00b2b4f3fea0bc244eee1a1cb4.zip | |
Reviewed examples for consistency
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile index 91174393..cd079c31 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -370,9 +370,11 @@ CORE = \ core/core_2d_camera \ core/core_2d_camera_platformer \ core/core_2d_camera_mouse_zoom \ + core/core_2d_camera_split_screen \ core/core_3d_camera_mode \ core/core_3d_camera_free \ core/core_3d_camera_first_person \ + core/core_3d_camera_split_screen \ core/core_3d_picking \ core/core_world_screen \ core/core_custom_logging \ @@ -385,8 +387,6 @@ CORE = \ core/core_window_flags \ core/core_window_letterbox \ core/core_window_should_close \ - core/core_split_screen \ - core/core_camera_2d_split_screen \ core/core_smooth_pixelperfect \ core/core_custom_frame_control |
