diff options
| author | Jeod <47716344+JeodC@users.noreply.github.com> | 2026-06-20 17:37:58 -0400 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2026-06-29 18:48:27 -0600 |
| commit | d0042dc6bfa12a6bee5702aa6b67f9a65873509c (patch) | |
| tree | 226b403eabf0dd672357cc3618eb4c9a14264767 /src/main.cpp | |
| parent | 89fd2f9ac9b69d5f6b77dca9347aa61f9850d3b4 (diff) | |
Split extraction into parse/export phases with progress reporting
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 55b49d6..030eb42 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,6 +2,8 @@ #include "CLI11.hpp" #include "Companion.h" +Companion* Companion::Instance; + #if defined(STANDALONE) && !defined(__EMSCRIPTEN__) int main(int argc, char* argv[]) { |
