From e52a358e8538151423a52b71ed5cca1f0fe1b15b Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 25 Apr 2024 17:52:32 +0200 Subject: FLUID: Improve usability of Declaration Blocks Decl Blocks can now output code around static code in source and header files. --- fluid/code.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fluid/code.h') 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 -- cgit v1.2.3