Files
tp/include/f_pc/f_pc_line.h
T

11 lines
157 B
C
Raw Normal View History

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