Files
tp/include/d/msg/d_msg_class.h
T
2022-01-04 04:53:20 -08:00

12 lines
183 B
C++

#ifndef D_MSG_D_MSG_CLASS_H
#define D_MSG_D_MSG_CLASS_H
#include "dolphin/types.h"
class msg_class {
public:
/* 0x0 */ u8 field_0x0[0x100];
};
#endif /* D_MSG_D_MSG_CLASS_H */