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