Files
Aerofoil/PortabilityLayer/BinHex4.h

15 lines
195 B
C++

#pragma once
class GpIOStream;
struct IGpAllocator;
namespace PortabilityLayer
{
class MacFileMem;
namespace BinHex4
{
MacFileMem *LoadHQX(GpIOStream *stream, IGpAllocator *alloc);
};
}