mirror of
https://github.com/zeldaret/tp
synced 2026-06-01 17:58:04 -04:00
9 lines
157 B
C
9 lines
157 B
C
#ifndef F_F_OP_MSG_MNG_H_
|
|
#define F_F_OP_MSG_MNG_H_
|
|
|
|
#include "dolphin/types.h"
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
typedef int (*fopMsgCreateFunc)(void*);
|
|
|
|
#endif |