aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cli.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.h')
-rw-r--r--src/cli.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.h b/src/cli.h
index d97874c..6758323 100644
--- a/src/cli.h
+++ b/src/cli.h
@@ -14,6 +14,7 @@ typedef struct {
bool wasm;
const char* gcc_command;
StrArray include_dirs;
+ StrArray defines;
} CliArgs;
CliArgs* parse_cli_args(int argc, char** argv);