diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-11-20 17:17:37 +0100 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-12-01 12:39:42 -0600 |
| commit | 8e2d0fda7a41f314571707d800f5a3f0422e32af (patch) | |
| tree | 840dfa55dc6f1f17552bd1bf020a85df3ef75f03 /src/main.cpp | |
| parent | df02270c99b47591f4037ac5e589cd5936373efe (diff) | |
always declare Companion* Companion::Instance
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index b5ea9fc..c5de09b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,8 +4,6 @@ #if defined(STANDALONE) && !defined(__EMSCRIPTEN__) -Companion* Companion::Instance; - int main(int argc, char *argv[]) { CLI::App app{"Torch - [T]orch is [O]ur [R]esource [C]onversion [H]elper\n\ * It extracts from a baserom and generates code or an otr.\n\ |
