mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
11 lines
157 B
C
11 lines
157 B
C
#ifndef F_PC_LINE_H_
|
|
#define F_PC_LINE_H_
|
|
|
|
#include "SSystem/SComponent/c_tree.h"
|
|
|
|
void fpcLn_Create();
|
|
|
|
extern node_lists_tree_class g_fpcLn_Queue;
|
|
|
|
#endif
|