feat: make dialogs a shared library

This commit is contained in:
2026-04-08 19:37:50 +02:00
parent 8a2a86696a
commit ac23989e47
14 changed files with 164 additions and 272 deletions
+5 -1
View File
@@ -10,6 +10,10 @@
#include <gui/canvas.hpp>
#include <montauk/user.h>
extern "C" {
#include <stdio.h>
}
namespace {
using namespace gui;
@@ -1200,4 +1204,4 @@ void cleanup() {
free_file_icons(&g_file);
}
} // namespace filedialog
} // namespace filedialog