diff options
| author | Gabriel dos Santos Sanches <[email protected]> | 2023-09-08 12:22:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-09-08 12:22:12 +0200 |
| commit | 2d5d0c2999717ea28924d6cdd47bab014478cc32 (patch) | |
| tree | b3580de9a7e75ef6a1641e6b4ba7fa3eced20f41 /examples/Makefile | |
| parent | ecc80bbceaaa90e24fff2ce956ce0730991bd552 (diff) | |
| download | raylib-2d5d0c2999717ea28924d6cdd47bab014478cc32.tar.gz raylib-2d5d0c2999717ea28924d6cdd47bab014478cc32.zip | |
examples: core: adds 2D camera two player split screen (#3298)
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 338fe168..91174393 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -386,6 +386,7 @@ CORE = \ 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 |
