mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-21 13:53:30 +00:00
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
|