Files
Aerofoil/PortabilityLayer/BinHex4.h

19 lines
212 B
C
Raw Normal View History

#pragma once
#ifndef __PL_BINHEX4_H__
2020-09-12 13:32:53 -04:00
#define __PL_BINHEX4_H__
class GpIOStream;
namespace PortabilityLayer
{
class MacFileMem;
namespace BinHex4
{
MacFileMem *LoadHQX(GpIOStream *stream);
};
}
#endif