Files
tp/include/f_op/f_op_msg_mng.h
T

9 lines
157 B
C
Raw Normal View History

2021-04-09 01:22:16 +02:00
#ifndef F_F_OP_MSG_MNG_H_
#define F_F_OP_MSG_MNG_H_
2021-03-28 22:49:05 +02:00
#include "dolphin/types.h"
2021-04-09 01:22:16 +02:00
#include "f_op/f_op_actor.h"
2021-03-28 22:49:05 +02:00
2021-04-09 01:22:16 +02:00
typedef int (*fopMsgCreateFunc)(void*);
#endif