Files
tp/include/f_op/f_op_overlap.h
T
TakaRikka 02c7a47f13 move remaining old progress (#186)
* move remaining old progress

* remove asm
2022-03-26 13:17:17 -04:00

8 lines
128 B
C

#ifndef F_F_OP_OVERLAP_H_
#define F_F_OP_OVERLAP_H_
#include "dolphin/types.h"
static s32 fopOvlp_Draw(void* param_1);
#endif