mirror of https://github.com/zeldaret/tp.git
fopDwTg_ToDrawQ OK
This commit is contained in:
parent
71a1adbe7a
commit
1c3b77fc3c
|
|
@ -15,36 +15,23 @@ void fopDwTg_ToDrawQ__FP16create_tag_classi(void);
|
|||
// additional symbols needed for f_op_draw_tag.cpp
|
||||
// autogenerated by split.py v0.4 at 2021-02-15 20:18:52.463045
|
||||
extern u8 lbl_803F1E10;
|
||||
extern u8 g_fopDwTg_Queue;
|
||||
extern node_lists_tree_class g_fopDwTg_Queue;
|
||||
|
||||
extern "C" {
|
||||
// fopDwTg_ToDrawQ__FP16create_tag_classi
|
||||
// fopDwTg_ToDrawQ__FP16create_tag_classi(create_tag_class*, int)
|
||||
asm void fopDwTg_ToDrawQ__FP16create_tag_classi(void) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_draw_tag/asm/func_800204AC.s"
|
||||
void fopDwTg_ToDrawQ(create_tag_class* pCreateTagClass, int priority) {
|
||||
cTg_AdditionToTree(&g_fopDwTg_Queue,priority,pCreateTagClass);
|
||||
}
|
||||
};
|
||||
|
||||
// fopDwTg_DrawQTo__FP16create_tag_class
|
||||
// fopDwTg_DrawQTo(create_tag_class*)
|
||||
asm void fopDwTg_DrawQTo(create_tag_class*) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_draw_tag/asm/func_800204D4.s"
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
// fopDwTg_Init__FP16create_tag_classPv
|
||||
// fopDwTg_Init__FP16create_tag_classPv(create_tag_class*, void*)
|
||||
asm void fopDwTg_Init__FP16create_tag_classPv(void) {
|
||||
asm void fopDwTg_Init(create_tag_class*, void*) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_draw_tag/asm/func_800204F4.s"
|
||||
}
|
||||
|
||||
// fopDwTg_CreateQueue__Fv
|
||||
// fopDwTg_CreateQueue__Fv(void)
|
||||
asm void fopDwTg_CreateQueue__Fv(void) {
|
||||
asm void fopDwTg_CreateQueue(void) {
|
||||
nofralloc
|
||||
#include "f/f_op/f_op_draw_tag/asm/func_80020518.s"
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue