summaryrefslogtreecommitdiff
path: root/src/f_pc/f_pc_line.cpp
blob: 68596105ebf388cf2a77d916cee6cb375e6a7b90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// 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),
};