mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 09:47:24 -04:00
adb95b135c
Original repository: https://github.com/encounter/ww
24 lines
480 B
C++
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),
|
|
};
|