Files
tww/include/f_op/f_op_overlap.h
T
Jasper St. Pierre a5641b0ba9 f_op_overlap cleanup, d_ovlp_fade progress
remove a bunch of externs
2023-10-13 19:22:57 -07:00

10 lines
138 B
C

#ifndef F_F_OP_OVERLAP_H_
#define F_F_OP_OVERLAP_H_
#include "f_pc/f_pc_leaf.h"
extern leafdraw_method_class g_fopOvlp_Method;
#endif