tww/include/f_pc/f_pc_line.h
Luke Street adb95b135c Import project
Original repository: https://github.com/encounter/ww
2023-09-10 00:48:55 -04:00

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