mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 21:26:08 +00:00
Preparing other headers for CScriptSpecialFunction
Former-commit-id: 6ffb16e4a9
This commit is contained in:
@@ -3,10 +3,15 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "MetroidPrime/TGameTypes.hpp"
|
||||
#include "Kyoto/CObjectReference.hpp"
|
||||
|
||||
class CMemoryCard {
|
||||
public:
|
||||
~CMemoryCard();
|
||||
// TODO
|
||||
|
||||
rstl::pair<CAssetId, TAreaId> GetAreaAndWorldIdForSaveId(s32 saveId) const;
|
||||
};
|
||||
|
||||
extern CMemoryCard* gpMemoryCard;
|
||||
|
||||
Reference in New Issue
Block a user