mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-04 11:35:41 +00:00
13 lines
147 B
C++
13 lines
147 B
C++
#ifndef _CMEMORYCARD_HPP
|
|
#define _CMEMORYCARD_HPP
|
|
|
|
#include "types.h"
|
|
|
|
class CMemoryCard {
|
|
// TODO
|
|
};
|
|
|
|
extern CMemoryCard* gpMemoryCard;
|
|
|
|
#endif
|