2021-04-01 12:06:29 +02:00
|
|
|
#ifndef F_PC_LINE_H_
|
|
|
|
|
#define F_PC_LINE_H_
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2021-04-01 12:06:29 +02:00
|
|
|
#include "SSystem/SComponent/c_tree.h"
|
2021-03-28 22:49:05 +02:00
|
|
|
|
2024-11-29 08:24:26 -08:00
|
|
|
void fpcLn_Create();
|
2021-04-01 12:06:29 +02:00
|
|
|
|
|
|
|
|
extern node_lists_tree_class g_fpcLn_Queue;
|
|
|
|
|
|
2024-11-29 08:24:26 -08:00
|
|
|
#endif
|