summaryrefslogtreecommitdiff
path: root/src/editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor.c')
-rw-r--r--src/editor.c5
1 files changed, 4 insertions, 1 deletions
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 <stdio.h>
#include <stdlib.h>
-#include "raygui.h"
#include "raylib.h"
+
+#define RAYGUI_IMPLEMENTATION
+#include "raygui.h"
+
#include "xd.h"
const char *EDITOR_MAIN_TABS[] = {"Build"};