Shipwright/OTRExporter/OTRExporter/Main.h

6 lines
140 B
C++

#pragma once
#include <Archive.h>
extern std::shared_ptr<Ship::Archive> otrArchive;
extern std::map<std::string, std::vector<char>> files;