diff options
| author | Ray <[email protected]> | 2018-10-21 11:38:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-10-21 11:38:44 +0200 |
| commit | 804b291ff195d5d91417a8fb800a0dab34a9af80 (patch) | |
| tree | 572b0396ae38507c520c0c633e6964e755db3776 /examples/Makefile | |
| parent | 30f2483bdb4c5847d74f1d7aee6048b337058960 (diff) | |
| parent | 7a712d00e656f9e10846b8501bc10bc9760bd3be (diff) | |
| download | raylib-804b291ff195d5d91417a8fb800a0dab34a9af80.tar.gz raylib-804b291ff195d5d91417a8fb800a0dab34a9af80.zip | |
Merge pull request #673 from Berni8k/master
Added multitouch example
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 a7a85661..a26e0bbb 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -375,6 +375,7 @@ EXAMPLES = \ core/core_2d_camera \ core/core_world_screen \ core/core_vr_simulator \ + core/core_multitouch \ shapes/shapes_logo_raylib \ shapes/shapes_basic_shapes \ shapes/shapes_colors_palette \ |
