mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 15:05:06 -04:00
073992df8d
* cleanup f_pc files * cleanup f_op files * fix a couple f_op_actor_mng functions * minor JSystem work
11 lines
250 B
C
11 lines
250 B
C
#ifndef F_F_OP_DRAW_ITER_H_
|
|
#define F_F_OP_DRAW_ITER_H_
|
|
|
|
typedef struct create_tag_class create_tag_class;
|
|
|
|
create_tag_class* fopDwIt_GetTag();
|
|
create_tag_class* fopDwIt_Begin();
|
|
create_tag_class* fopDwIt_Next(create_tag_class* i_createTag);
|
|
|
|
#endif
|