mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Fixed stupid libultraship conflicts
This commit is contained in:
@@ -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
@@ -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\
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user