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