Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
f_op_draw_tag.h
Go to the documentation of this file.
1#ifndef F_F_OP_DRAW_TAG
2#define F_F_OP_DRAW_TAG
3
5
7
9
10void fopDwTg_DrawQTo(create_tag_class* i_createTag);
12bool fopDwTg_Init(create_tag_class* i_createTag, void* i_process);
13void fopDwTg_ToDrawQ(create_tag_class* i_createTag, int priority);
14
15#endif
void fopDwTg_ToDrawQ(create_tag_class *i_createTag, int priority)
Definition f_op_draw_tag.cpp:13
bool fopDwTg_Init(create_tag_class *i_createTag, void *i_process)
Definition f_op_draw_tag.cpp:21
node_lists_tree_class g_fopDwTg_Queue
Definition f_op_draw_tag.cpp:11
void fopDwTg_CreateQueue()
Definition f_op_draw_tag.cpp:26
void fopDwTg_DrawQTo(create_tag_class *i_createTag)
Definition f_op_draw_tag.cpp:17
Definition c_tag.h:10
Definition c_tree.h:8