mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
19 lines
212 B
C++
19 lines
212 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
|