Files
Aerofoil/PortabilityLayer/BinHex4.h

18 lines
225 B
C
Raw Normal View History

2019-11-11 00:11:59 -05:00
#pragma once
#ifndef __PL_BINHEX4_H__
#define __PL_BINHEX4_H__
namespace PortabilityLayer
{
class IOStream;
class MacFileMem;
namespace BinHex4
{
MacFileMem *LoadHQX(IOStream *stream);
};
}
#endif