Files
tww/src/f_pc/f_pc_line.cpp
T
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00

24 lines
480 B
C++

//
// 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),
};