summaryrefslogtreecommitdiff
path: root/include/f_pc/f_pc_line.h
blob: 82a45f380457a865b7696c97ecc2acd580caa5bd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef F_PC_LINE_H_
#define F_PC_LINE_H_

#include "SSystem/SComponent/c_tree.h"

void fpcLn_Create(void);

extern node_lists_tree_class g_fpcLn_Queue;

#endif