summaryrefslogtreecommitdiff
path: root/include/f_pc/f_pc_line.h
blob: 47a801879224d773f2b122866b3cce2521508299 (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();

extern node_lists_tree_class g_fpcLn_Queue;

#endif