From d6b054ba7a53787bc9c143007176d26bc491c72b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 Jan 2025 20:06:38 +0500 Subject: fix: empty data + raygui implementation wasn't defined --- src/editor.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/editor.c') diff --git a/src/editor.c b/src/editor.c index 0bb31b2..78c3d60 100644 --- a/src/editor.c +++ b/src/editor.c @@ -5,8 +5,11 @@ #include #include -#include "raygui.h" #include "raylib.h" + +#define RAYGUI_IMPLEMENTATION +#include "raygui.h" + #include "xd.h" const char *EDITOR_MAIN_TABS[] = {"Build"}; -- cgit v1.2.3