diff options
| author | Matthias Melcher <github@matthiasm.com> | 2025-06-27 14:34:49 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2025-06-27 14:34:49 +0200 |
| commit | 3459e43ca830959d2b4ca71796a34ae7b21a819e (patch) | |
| tree | 0e4bee6696fea137b1f0eff93b4f04f369bfed6f /fluid/io/Project_Writer.h | |
| parent | 088d98389cdc4c0ed38d05e4a8e59fab88198515 (diff) | |
FLUID: Move i18n settings into its own class
Diffstat (limited to 'fluid/io/Project_Writer.h')
| -rw-r--r-- | fluid/io/Project_Writer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/io/Project_Writer.h b/fluid/io/Project_Writer.h index 67aebb46e..4b21cf2fb 100644 --- a/fluid/io/Project_Writer.h +++ b/fluid/io/Project_Writer.h @@ -50,6 +50,7 @@ public: int open_write(const char *s); int close_write(); int write_project(const char *filename, int selected_only, bool codeview); + void NewFunction(); void write_word(const char *); void write_string(const char *,...) __fl_attr((__format__ (__printf__, 2, 3))); void write_indent(int n); |
