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.Web | |
| 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.Web')
| -rw-r--r-- | examples/Makefile.Web | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.Web b/examples/Makefile.Web index 518fab91..44ace4ee 100644 --- a/examples/Makefile.Web +++ b/examples/Makefile.Web @@ -361,6 +361,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 \ core/core_loading_thread |
