mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Add house export to room editor
This commit is contained in:
@@ -5,9 +5,14 @@ class GpIOStream;
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class MacFileMem;
|
||||
struct MacFileInfo;
|
||||
|
||||
namespace MacBinary2
|
||||
{
|
||||
static const int kHeaderSize = 128;
|
||||
|
||||
void SerializeHeader(unsigned char *headerBytes, const MacFileInfo &macFileInfo);
|
||||
|
||||
void WriteBin(const MacFileMem *file, GpIOStream *stream);
|
||||
MacFileMem *ReadBin(GpIOStream *stream);
|
||||
};
|
||||
|
Reference in New Issue
Block a user