mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-22 16:18:50 -05:00
d24c8453db
subrepo: subdir: "libultraship" merged: "a484cda98" upstream: origin: "https://github.com/HarbourMasters/libultraship.git" branch: "main" commit: "a484cda98" git-subrepo: version: "0.4.1" origin: "???" commit: "???"
11 lines
172 B
C++
11 lines
172 B
C++
#include "../Blob.h"
|
|
#include "Utils/BinaryReader.h"
|
|
|
|
namespace Ship
|
|
{
|
|
class BlobFactory
|
|
{
|
|
public:
|
|
static Blob* ReadBlob(BinaryReader* reader);
|
|
};
|
|
} |