mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
13 lines
126 B
C
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
|