diff options
| author | Jeffery Myers <[email protected]> | 2021-06-03 10:09:43 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-03 19:09:43 +0200 |
| commit | deaa84d28d7606e335abe323ccc4a101d025dfea (patch) | |
| tree | d56f30576cacf3a485a83cd18f692d9e632b0f2d /examples/Makefile | |
| parent | 2efb5a36caa32ac5df7709898f37c040958ec56c (diff) | |
| download | raylib-deaa84d28d7606e335abe323ccc4a101d025dfea.tar.gz raylib-deaa84d28d7606e335abe323ccc4a101d025dfea.zip | |
Add a split screen example showing render texture use and multiple cameras. (#1806)
Co-authored-by: Jeffery Myers <[email protected]>
Diffstat (limited to 'examples/Makefile')
| -rw-r--r-- | examples/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 432455f1..01c30c14 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -395,7 +395,8 @@ CORE = \ core/core_vr_simulator \ core/core_loading_thread \ core/core_quat_conversion \ - core/core_window_flags + core/core_window_flags \ + core/core_split_screen SHAPES = \ shapes/shapes_basic_shapes \ |
