mirror of
https://github.com/zeldaret/tp
synced 2026-08-15 12:59:14 -04:00
run clang-format
This commit is contained in:
@@ -2,13 +2,11 @@
|
||||
#include "f/f_pc/f_pc_profile.h"
|
||||
|
||||
// g_fpcPf_ProfileList_p
|
||||
extern void ** lbl_80450D50;
|
||||
extern void** lbl_80450D50;
|
||||
|
||||
extern "C" {
|
||||
|
||||
void * fpcPf_Get(s16 profileID)
|
||||
{
|
||||
void* fpcPf_Get(s16 profileID) {
|
||||
return lbl_80450D50[profileID];
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user