2021-03-28 22:49:05 +02:00
|
|
|
#ifndef F_OP_F_OP_MSG_H
|
|
|
|
|
#define F_OP_F_OP_MSG_H
|
|
|
|
|
|
|
|
|
|
#include "dolphin/types.h"
|
2022-02-06 06:23:54 -08:00
|
|
|
#include "f_pc/f_pc_leaf.h"
|
|
|
|
|
|
|
|
|
|
extern leafdraw_method_class g_fopMsg_Method;
|
2021-03-28 22:49:05 +02:00
|
|
|
|
|
|
|
|
#endif /* F_OP_F_OP_MSG_H */
|