Files
tp/include/f/f_pc/f_pc_profile.h
T
2020-12-26 11:31:49 -05:00

13 lines
126 B
C

#ifndef F_PC_PROFILE_H
#define F_PC_PROFILE_H
#include "global.h"
extern "C" {
void* fpcPf_Get(s16 profileID);
};
#endif