Files
dusklight/include/f_op/f_op_overlap.h
T
Pheenoh f9380b3e05 d_a_obj_carry work, SETUP_ACTOR macro, header cleanup (#1885)
* d_a_obj_carry work, SETUP_ACTOR macro

* rm headers, add script

* progress

* macro rename, consistent spacing
2023-08-16 12:07:52 -07:00

7 lines
101 B
C

#ifndef F_F_OP_OVERLAP_H_
#define F_F_OP_OVERLAP_H_
static s32 fopOvlp_Draw(void* param_1);
#endif