mirror of
https://github.com/zeldaret/tp
synced 2026-05-29 16:45:03 -04:00
2f4904dae2
* move d_a_itembase_static * move d_a_item_static * moved Z2StatusMgr * clang * fixes * clang? * move d_save * move d_meter2_info * some d_meter2_info fixes * move most d_a_player * move d_bg_s stuff * move c_cc_s stuff * move d_cc stuff * move d_attention / d_event / d_stage
8 lines
166 B
C
8 lines
166 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"
|
|
|
|
#endif /* D_A_D_A_ITEMBASE_STATIC_H */
|