summaryrefslogtreecommitdiff
path: root/fluid/io/Project_Writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/io/Project_Writer.h')
-rw-r--r--fluid/io/Project_Writer.h1
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);