mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
046d178003
* work on fop actor / actor mng, daalink, d_a_obj_item * d_a_title mostly decompiled * daalink / d_event / JMessage / dmsg_out_font work * msg_scrn_base / msg_scrn_boss * some work on mDo machine, d_menu_save, d_tresure, and various * remove asm * progress
10 lines
217 B
C
10 lines
217 B
C
#ifndef D_A_D_A_ITEMBASE_STATIC_H
|
|
#define D_A_D_A_ITEMBASE_STATIC_H
|
|
|
|
#include "d/a/d_a_itembase.h"
|
|
#include "dolphin/types.h"
|
|
|
|
void CheckFieldItemCreateHeap(fopAc_ac_c* actor);
|
|
|
|
#endif /* D_A_D_A_ITEMBASE_STATIC_H */
|