mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-02 21:55:28 +00:00
15 lines
200 B
C
15 lines
200 B
C
|
|
#pragma once
|
||
|
|
#ifndef __PL_MAC_FILE_WRITEABLE_MEM_H__
|
||
|
|
#define __PL_MAC_FILE_WRITEABLE_MEM_H__
|
||
|
|
|
||
|
|
namespace PortabilityLayer
|
||
|
|
{
|
||
|
|
class MacFileWriteableMem
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
private:
|
||
|
|
};
|
||
|
|
}
|
||
|
|
|
||
|
|
#endif
|