mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-27 08:06:06 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
14 lines
304 B
C++
14 lines
304 B
C++
//
|
|
// 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];
|
|
}
|