From 1b06b44e67ec8f63af3cdcecdabf402405ff9493 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sat, 25 May 2024 13:23:19 -0600 Subject: Fixed stupid libultraship conflicts --- src/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 7f6267b..ee1d92a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,9 +2,10 @@ #include "CLI11.hpp" #include "Companion.h" -#ifdef STANDALONE Companion* Companion::Instance; +#ifdef STANDALONE + 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\ -- cgit v1.2.3