mirror of https://github.com/PrimeDecomp/prime.git
13 lines
131 B
C++
13 lines
131 B
C++
|
#ifndef _CMEMORY_SYS_HPP
|
||
|
#define _CMEMORY_SYS_HPP
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
class CMemorySys {
|
||
|
public:
|
||
|
private:
|
||
|
u8 x0_unk;
|
||
|
};
|
||
|
|
||
|
#endif
|