diff options
| author | raysan5 <[email protected]> | 2021-07-28 17:29:49 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-28 17:29:49 +0200 |
| commit | c219fc02cd67d5831a1174f8cbf001e81b18ae8e (patch) | |
| tree | 49700a3b915c0c8202af944bf5a5718ed3ff1f6e /examples/shapes/shapes_easings_rectangle_array.c | |
| parent | 75d675ab4d8881b50bc19a15ce183beaacc8c163 (diff) | |
| download | raylib-c219fc02cd67d5831a1174f8cbf001e81b18ae8e.tar.gz raylib-c219fc02cd67d5831a1174f8cbf001e81b18ae8e.zip | |
Review includes to use extras libraries
Diffstat (limited to 'examples/shapes/shapes_easings_rectangle_array.c')
| -rw-r--r-- | examples/shapes/shapes_easings_rectangle_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shapes/shapes_easings_rectangle_array.c b/examples/shapes/shapes_easings_rectangle_array.c index 07de98a0..eb782cd1 100644 --- a/examples/shapes/shapes_easings_rectangle_array.c +++ b/examples/shapes/shapes_easings_rectangle_array.c @@ -14,7 +14,7 @@ #include "raylib.h" -#include "easings.h" // Required for easing functions +#include "extras/easings.h" // Required for easing functions #define RECS_WIDTH 50 #define RECS_HEIGHT 50 |
