mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-09 05:47:40 +00:00
Reorganize includes to match asm
This commit is contained in:
12
include/Kyoto/CMemorySys.hpp
Normal file
12
include/Kyoto/CMemorySys.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef _CMEMORY_SYS_HPP
|
||||
#define _CMEMORY_SYS_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
class CMemorySys {
|
||||
public:
|
||||
private:
|
||||
u8 x0_unk;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user