mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-01-08 12:28:10 -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
188 B
C++
11 lines
188 B
C++
#include "../Material.h"
|
|
#include "Utils/BinaryReader.h"
|
|
|
|
namespace Ship
|
|
{
|
|
class MaterialFactory
|
|
{
|
|
public:
|
|
static Material* ReadMaterial(BinaryReader* reader);
|
|
};
|
|
} |