diff options
Diffstat (limited to 'editor/main.cpp')
| -rw-r--r-- | editor/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/main.cpp b/editor/main.cpp index a431183..af0e66a 100644 --- a/editor/main.cpp +++ b/editor/main.cpp @@ -1,5 +1,6 @@ #include <csignal> +#include "arg-handler.hpp" #include "plugins.hpp" #include "editor.hpp" #include "event.hpp" @@ -28,6 +29,7 @@ int main(int argc, char *argv[]) { pkePlugin.OnImGuiRender = PkeEditor_RecordImGui; } // run + PkeArgs_Parse(argc, argv); Game_Main({}, argv[0]); fprintf(stdout, "PKE_EDITOR EXITING\n"); return 0; |
