diff options
| author | Ray <[email protected]> | 2022-06-06 11:11:39 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-06-06 11:11:39 +0200 |
| commit | 609d92003beca6522845d001b3d4f707b72aaba1 (patch) | |
| tree | fb2b3b33585c19da8491870a03b43bb4d451e465 /examples/shapes/shapes_draw_rectangle_rounded.c | |
| parent | 8da566d6e7cb9f36d523e4d3b8f52e52079f27bc (diff) | |
| download | raylib-609d92003beca6522845d001b3d4f707b72aaba1.tar.gz raylib-609d92003beca6522845d001b3d4f707b72aaba1.zip | |
WARNING: REMOVED `raygui` from `raylib/src/extras`
Diffstat (limited to 'examples/shapes/shapes_draw_rectangle_rounded.c')
| -rw-r--r-- | examples/shapes/shapes_draw_rectangle_rounded.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/shapes/shapes_draw_rectangle_rounded.c b/examples/shapes/shapes_draw_rectangle_rounded.c index d02b1328..b7b1151e 100644 --- a/examples/shapes/shapes_draw_rectangle_rounded.c +++ b/examples/shapes/shapes_draw_rectangle_rounded.c @@ -14,7 +14,7 @@ #include <raylib.h> #define RAYGUI_IMPLEMENTATION -#include "extras/raygui.h" // Required for GUI controls +#include "raygui.h" // Required for GUI controls int main(void) { |
