mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
24b72a5302
* 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
|