mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-14 22:30:12 -05:00
![briaguya](/assets/img/avatar_default.png)
Co-authored-by: kenix3 <kenixwhisperwind@gmail.com> Co-authored-by: David Chavez <david@dcvz.io> Co-authored-by: KiritoDv <kiritodev01@gmail.com> Co-authored-by: Christopher Leggett <chris@leggett.dev>
8 lines
210 B
C++
8 lines
210 B
C++
#pragma once
|
|
|
|
#include <libultraship/bridge.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); |