prime/include/Kyoto_CWD/CMemorySys.hpp
Luke Street 27d94af97b Add headers, clang-format, decompctx.py & more
Former-commit-id: 53f8d3cba7bd2d675cf6b99544af58bd24f98620
2022-04-09 20:17:13 -04:00

13 lines
131 B
C++

#ifndef _CMEMORY_SYS_HPP
#define _CMEMORY_SYS_HPP
#include "types.h"
class CMemorySys {
public:
private:
u8 x0_unk;
};
#endif