diff options
| author | Jeffery Myers <[email protected]> | 2022-12-03 13:55:05 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-03 22:55:05 +0100 |
| commit | 57dd345dc3ac95332d656a06ac110237699e3726 (patch) | |
| tree | 912e293b8c5e44ab24b572a68f96ace8a55138d1 /examples/Makefile | |
| parent | 5b5dff3f9e33ee53b18c92e94cc98c13d19c29c5 (diff) | |
| download | raylib-57dd345dc3ac95332d656a06ac110237699e3726.tar.gz raylib-57dd345dc3ac95332d656a06ac110237699e3726.zip | |
Add a textured curve example (#2821)
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 9afa48cb..edfbab11 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -460,6 +460,7 @@ TEXTURES = \ textures/textures_sprite_anim \ textures/textures_sprite_button \ textures/textures_sprite_explosion \ + textures/textures_textured_curve \ textures/textures_bunnymark \ textures/textures_blend_modes \ textures/textures_draw_tiled \ |
