diff options
| author | Ray <[email protected]> | 2022-06-12 23:01:48 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-12 23:01:48 +0200 |
| commit | d37a63fad7ea921440b74a5e18239f683d6cae35 (patch) | |
| tree | c4aa6f1465f50f9b38f0ee4bf66c9403ab4667d0 /examples/shapes/shapes_easings_rectangle_array.c | |
| parent | 9998a86625503f129dbb6b9ccfd10aa54a582980 (diff) | |
| download | raylib-d37a63fad7ea921440b74a5e18239f683d6cae35.tar.gz raylib-d37a63fad7ea921440b74a5e18239f683d6cae35.zip | |
Reviewed easings include
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 bdd45949..4d4ad8e9 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 "extras/easings.h" // Required for easing functions +#include "easings.h" // Required for easing functions #define RECS_WIDTH 50 #define RECS_HEIGHT 50 |
