From 464676975187b81d38e99edc7436cfb5d548db99 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 Jan 2025 22:44:06 +0100 Subject: [PATCH] Update custom_file_dialog.c --- examples/custom_file_dialog/custom_file_dialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/custom_file_dialog/custom_file_dialog.c b/examples/custom_file_dialog/custom_file_dialog.c index 5a9735f..dea4f23 100644 --- a/examples/custom_file_dialog/custom_file_dialog.c +++ b/examples/custom_file_dialog/custom_file_dialog.c @@ -21,6 +21,7 @@ #include "../../src/raygui.h" #undef RAYGUI_IMPLEMENTATION // Avoid including raygui implementation again + #define GUI_WINDOW_FILE_DIALOG_IMPLEMENTATION #include "gui_window_file_dialog.h"