mirror of
https://github.com/zeldaret/tww.git
synced 2024-11-26 23:01:24 +00:00
adb95b135c
Original repository: https://github.com/encounter/ww
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 |