Files
Aerofoil/PortabilityLayer/BinHex4.h
2019-11-11 00:11:59 -05:00

18 lines
225 B
C++

#pragma once
#ifndef __PL_BINHEX4_H__
#define __PL_BINHEX4_H__
namespace PortabilityLayer
{
class IOStream;
class MacFileMem;
namespace BinHex4
{
MacFileMem *LoadHQX(IOStream *stream);
};
}
#endif