Touchscreen things

This commit is contained in:
elasota
2020-10-11 19:50:03 -04:00
parent 5c98783bbb
commit 184daefe7b
34 changed files with 799 additions and 35 deletions

View File

@@ -1,19 +1,19 @@
#pragma once
#ifndef __PL_MACBINARY2_H__
#pragma once
#ifndef __PL_MACBINARY2_H__
#define __PL_MACBINARY2_H__
class GpIOStream;
namespace PortabilityLayer
{
class MacFileMem;
namespace MacBinary2
{
void WriteBin(const MacFileMem *file, GpIOStream *stream);
MacFileMem *ReadBin(GpIOStream *stream);
};
}
#endif
class GpIOStream;
namespace PortabilityLayer
{
class MacFileMem;
namespace MacBinary2
{
void WriteBin(const MacFileMem *file, GpIOStream *stream);
MacFileMem *ReadBin(GpIOStream *stream);
};
}
#endif