feat: make dialogs a shared library
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user