tp/include/d/msg/d_msg_class.h

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 */