Fixed stupid libultraship conflicts

This commit is contained in:
KiritoDv
2024-05-25 13:23:19 -06:00
parent c1efb832f5
commit 1b06b44e67
4 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
#include <optional>
#include <yaml-cpp/yaml.h>
#include <strhash64/StrHash64.h>
#include <binarytools/BinaryWriter.h>
#include <binarytools/BinaryReader.h>
#include "lib/binarytools/BinaryWriter.h"
#include "lib/binarytools/BinaryReader.h"
#define REGISTER(type, c) { ExportType::type, std::make_shared<c>() },
+2 -1
View File
@@ -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\
+1 -1
View File
@@ -6,7 +6,7 @@
#include <yaml-cpp/yaml.h>
#include <optional>
#include <cstdint>
#include "BinaryReader.h"
#include "lib/binarytools/BinaryReader.h"
enum class CompressionType {
None,