summaryrefslogtreecommitdiffhomepage
path: root/examples/shapes/shapes_easings_rectangle_array.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-28 17:29:49 +0200
committerraysan5 <[email protected]>2021-07-28 17:29:49 +0200
commitc219fc02cd67d5831a1174f8cbf001e81b18ae8e (patch)
tree49700a3b915c0c8202af944bf5a5718ed3ff1f6e /examples/shapes/shapes_easings_rectangle_array.c
parent75d675ab4d8881b50bc19a15ce183beaacc8c163 (diff)
downloadraylib-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.c2
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