summaryrefslogtreecommitdiff
path: root/setup/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup/execute.h')
-rw-r--r--setup/execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/execute.h b/setup/execute.h
index d7d7e6a8..8c373bf6 100644
--- a/setup/execute.h
+++ b/setup/execute.h
@@ -28,6 +28,7 @@ typedef struct execute_context_s execute_context_t;
execute_context_t *NewExecuteContext(void);
void AddCmdLineParameter(execute_context_t *context, char *s, ...);
+void AddConfigParameters(execute_context_t *context);
void ExecuteDoom(execute_context_t *context);
txt_window_action_t *TestConfigAction(void);