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