mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-10-31 15:45:06 -04:00
8 lines
198 B
C++
8 lines
198 B
C++
#pragma once
|
|
|
|
#include <Archive.h>
|
|
|
|
extern std::shared_ptr<Ship::Archive> otrArchive;
|
|
extern std::map<std::string, std::vector<char>> files;
|
|
|
|
void AddFile(std::string fName, std::vector<char> data); |