mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
12 lines
183 B
C++
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 */
|