From 8f9728d511f45c98bc505cdd4f0f8bdbc99dd1a2 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 29 Nov 2022 00:04:47 +0100 Subject: Fix -o and -h command line arg handling --- fluid/fluid.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fluid/fluid.h') 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); -- cgit v1.2.3