summaryrefslogtreecommitdiff
path: root/include/f_op/f_op_overlap.h
blob: d68789a838ea083bff6e654bd23f4fa371a38636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef F_F_OP_OVERLAP_H_
#define F_F_OP_OVERLAP_H_

#include "f_pc/f_pc_leaf.h"
#include "f_pc/f_pc_manager.h"

extern leafdraw_method_class g_fopOvlp_Method;

inline s16 fopOvlpM_GetName(void* ovlp) {
    return fpcM_GetName(ovlp);
}

#endif