mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
12 lines
232 B
C
12 lines
232 B
C
#ifndef F_OP_F_OP_KANKYO_H
|
|
#define F_OP_F_OP_KANKYO_H
|
|
|
|
#include "dolphin/types.h"
|
|
#include "f_pc/f_pc_manager.h"
|
|
|
|
inline void* fopKyM_GetAppend(void* param_0) {
|
|
return fpcM_GetAppend(param_0);
|
|
}
|
|
|
|
#endif /* F_OP_F_OP_KANKYO_H */
|