2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-03 05:35:34 +00:00
metaforce/Runtime/Common/CMemoryCardSys.hpp

17 lines
184 B
C++

#ifndef __RETRO_CMEMORYCARDSYS_HPP__
#define __RETRO_CMEMORYCARDSYS_HPP__
namespace Retro
{
namespace Common
{
class CMemoryCardSys
{
};
}
}
#endif // __RETRO_CMEMORYCARDSYS_HPP__