diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-03-08 00:14:09 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-03-08 00:14:27 +0100 |
| commit | 15ad447e2a0301b2aa4ea350615ae71f0e5e5ef5 (patch) | |
| tree | 706f8f9a6317f1074951e6174a4857ebafbca117 /fluid/panels/settings_panel.fl | |
| parent | ca22660bbb7efe4b38ab5af6a233a1ef5ef33389 (diff) | |
Fluid: last incremental chage, restructuring
Diffstat (limited to 'fluid/panels/settings_panel.fl')
| -rw-r--r-- | fluid/panels/settings_panel.fl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fluid/panels/settings_panel.fl b/fluid/panels/settings_panel.fl index 7890e5b83..7460ae8af 100644 --- a/fluid/panels/settings_panel.fl +++ b/fluid/panels/settings_panel.fl @@ -52,6 +52,9 @@ comment {// decl {\#include "app/fluid.h"} {public global } +decl {\#include "app/project.h"} {private local +} + decl {\#include "app/undo.h"} {private global } @@ -61,7 +64,7 @@ decl {\#include "app/Fd_Snap_Action.h"} {public global decl {\#include "app/shell_command.h"} {public global } -decl {\#include "tools/fluid_filename.h"} {public local +decl {\#include "tools/filename.h"} {public local } decl {\#include "widgets/Node_Browser.h"} {public global |
