diff options
Diffstat (limited to 'src/editor.c')
| -rw-r--r-- | src/editor.c | 5 |
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"}; |
