tp/include/f_pc/f_pc_line.h

11 lines
157 B
C

#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