blob: cd1f5c2e5b725c7459f3724ebc56fbe7af90f77d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//
// Generated by dtk
// Translation Unit: f_pc_profile.cpp
//
#include "f_pc/f_pc_profile.h"
process_profile_definition** g_fpcPf_ProfileList_p;
/* 8004003C-80040050 .text fpcPf_Get__Fs */
process_profile_definition* fpcPf_Get(s16 i_profName) {
return g_fpcPf_ProfileList_p[i_profName];
}
|