Files
tp/include/f_pc/f_pc_line.h
T

10 lines
160 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
2021-04-01 12:06:29 +02:00
void fpcLn_Create(void);
extern node_lists_tree_class g_fpcLn_Queue;
#endif