Files
Aerofoil/PortabilityLayer/MacBinary2.h

15 lines
217 B
C
Raw Normal View History

2020-10-11 19:50:03 -04:00
#pragma once
class GpIOStream;
namespace PortabilityLayer
{
class MacFileMem;
namespace MacBinary2
{
void WriteBin(const MacFileMem *file, GpIOStream *stream);
MacFileMem *ReadBin(GpIOStream *stream);
};
}