diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-04-25 17:52:32 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-04-25 17:52:38 +0200 |
| commit | e52a358e8538151423a52b71ed5cca1f0fe1b15b (patch) | |
| tree | 1a4b432a323a04914cf6691b29436c960ac1e996 /fluid/code.h | |
| parent | c0d2aa3f09ab0f68265d1aee28b9121bfadc945e (diff) | |
FLUID: Improve usability of Declaration Blocks
Decl Blocks can now output code around static code
in source and header files.
Diffstat (limited to 'fluid/code.h')
| -rw-r--r-- | fluid/code.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/code.h b/fluid/code.h index 8581c90f8..dba552e4d 100644 --- a/fluid/code.h +++ b/fluid/code.h @@ -99,6 +99,7 @@ public: void write_h(const char*, ...) __fl_attr((__format__ (__printf__, 2, 3))); void write_hc(const char *, int, const char*, const char*); void write_c_indented(const char *textlines, int inIndent, char inTrailwWith); + Fl_Type* write_static(Fl_Type* p); Fl_Type* write_code(Fl_Type* p); int write_code(const char *cfile, const char *hfile, bool to_codeview=false); void write_public(int state); // writes pubic:/private: as needed |
