mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
10 lines
160 B
C
10 lines
160 B
C
#ifndef F_PC_LINE_H_
|
|
#define F_PC_LINE_H_
|
|
|
|
#include "SSystem/SComponent/c_tree.h"
|
|
|
|
void fpcLn_Create(void);
|
|
|
|
extern node_lists_tree_class g_fpcLn_Queue;
|
|
|
|
#endif |