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 | |
| parent | d791c1cf64ec62a48ed6258f16a8525f0d9c1e42 (diff) | |
| download | raylib-b79df1c3293cb6529d9444f2b30e1072df9f5735.tar.gz raylib-b79df1c3293cb6529d9444f2b30e1072df9f5735.zip | |
Updated easings examples
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/others/easings_testbed.c | 4 | ||||
| -rw-r--r-- | examples/shapes/shapes_easings_ball_anim.c | 2 | ||||
| -rw-r--r-- | examples/shapes/shapes_easings_box_anim.c | 2 | ||||
| -rw-r--r-- | examples/shapes/shapes_easings_rectangle_array.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/examples/others/easings_testbed.c b/examples/others/easings_testbed.c index 4fff3259..38f47dd0 100644 --- a/examples/others/easings_testbed.c +++ b/examples/others/easings_testbed.c @@ -13,9 +13,9 @@ * ********************************************************************************************/ -#include <raylib.h> +#include "raylib.h" -#include "easings.h" +#include "reasings.h" // Required for easing functions #define FONT_SIZE 20 diff --git a/examples/shapes/shapes_easings_ball_anim.c b/examples/shapes/shapes_easings_ball_anim.c index c4be9761..e6b595c3 100644 --- a/examples/shapes/shapes_easings_ball_anim.c +++ b/examples/shapes/shapes_easings_ball_anim.c @@ -13,7 +13,7 @@ #include "raylib.h" -#include "easings.h" // Required for easing functions +#include "reasings.h" // Required for easing functions //------------------------------------------------------------------------------------ // Program main entry point diff --git a/examples/shapes/shapes_easings_box_anim.c b/examples/shapes/shapes_easings_box_anim.c index 2bf5b65f..05cba195 100644 --- a/examples/shapes/shapes_easings_box_anim.c +++ b/examples/shapes/shapes_easings_box_anim.c @@ -13,7 +13,7 @@ #include "raylib.h" -#include "easings.h" // Required for easing functions +#include "reasings.h" // Required for easing functions //------------------------------------------------------------------------------------ // Program main entry point 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 |
