mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 00:46:08 +00:00
More main progress; tons of headers & stuff
Former-commit-id: a6e365791b
This commit is contained in:
12
include/MetroidPrime/CMemoryCard.hpp
Normal file
12
include/MetroidPrime/CMemoryCard.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CMEMORYCARD_HPP
|
||||
#define _CMEMORYCARD_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CMemoryCard {
|
||||
// TODO
|
||||
};
|
||||
|
||||
extern CMemoryCard* gpMemoryCard;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user