Files
Aerofoil/PortabilityLayer/BinHex4.h

15 lines
195 B
C
Raw Normal View History

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