Files
Aerofoil/PortabilityLayer/BinHex4.h
2020-09-12 13:32:53 -04:00

19 lines
229 B
C++

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