From d0042dc6bfa12a6bee5702aa6b67f9a65873509c Mon Sep 17 00:00:00 2001 From: Jeod <47716344+JeodC@users.noreply.github.com> Date: Sat, 20 Jun 2026 17:37:58 -0400 Subject: Split extraction into parse/export phases with progress reporting --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cpp') 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[]) { -- cgit v1.2.3