Files
Aerofoil/PortabilityLayer/BinHex4.h

19 lines
229 B
C
Raw Normal View History

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