diff options
| author | Ray <[email protected]> | 2022-08-02 18:55:49 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 18:55:49 +0200 |
| commit | b79df1c3293cb6529d9444f2b30e1072df9f5735 (patch) | |
| tree | 2feae9e4b8d1820609e49e306e884c42f3b53ac3 /examples/shapes/shapes_easings_rectangle_array.c | |
| parent | d791c1cf64ec62a48ed6258f16a8525f0d9c1e42 (diff) | |
| download | raylib-b79df1c3293cb6529d9444f2b30e1072df9f5735.tar.gz raylib-b79df1c3293cb6529d9444f2b30e1072df9f5735.zip | |
Updated easings examples
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 1dd8bf33..a2ab6397 100644 --- a/examples/shapes/shapes_easings_rectangle_array.c +++ b/examples/shapes/shapes_easings_rectangle_array.c @@ -16,7 +16,7 @@ #include "raylib.h" -#include "easings.h" // Required for easing functions +#include "reasings.h" // Required for easing functions #define RECS_WIDTH 50 #define RECS_HEIGHT 50 |
