// // Generated by dtk // Translation Unit: f_pc_line.cpp // #include "f_pc/f_pc_line.h" #include "f_pc/f_pc_node.h" #include "global.h" static node_list_class l_fpcLn_Line[16]; /* 8003E1DC-8003E230 .text fpcLn_Create__Fv */ void fpcLn_Create() { s32 i = ARRAY_SIZE(l_fpcLn_Line); node_list_class* pLine = l_fpcLn_Line; while (i-- > 0) cLs_Create(pLine++); } node_lists_tree_class g_fpcLn_Queue = { l_fpcLn_Line, ARRAY_SIZE(l_fpcLn_Line), };