mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-08 23:47:40 +00:00
Reorganize includes to match asm
This commit is contained in:
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