summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-29 00:04:47 +0100
committerMatthias Melcher <github@matthiasm.com>2022-11-29 00:05:00 +0100
commit8f9728d511f45c98bc505cdd4f0f8bdbc99dd1a2 (patch)
tree1d01d2764a7ffb4bf92c1d06a0e1b10f819cd750 /fluid/fluid.h
parent401b3dc008f81c11fd08d786ed251127e122860f (diff)
Fix -o and -h command line arg handling
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index ac2f8fbe6..98ed1886d 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -118,6 +118,9 @@ public:
extern Project P;
+extern Fd_String g_code_filename_arg;
+extern Fd_String g_header_filename_arg;
+
// ---- public functions
extern void set_filename(const char *c);