mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 09:47:42 +00:00
16
include/Kyoto/CMemoryCardSys.hpp
Normal file
16
include/Kyoto/CMemoryCardSys.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef _CMEMORYCARDSYS_HPP
|
||||
#define _CMEMORYCARDSYS_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CMemoryCardSys {
|
||||
public:
|
||||
~CMemoryCardSys();
|
||||
|
||||
private:
|
||||
// TODO
|
||||
};
|
||||
|
||||
extern CMemoryCardSys* gpMemoryCard;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user