diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-01-16 09:37:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-16 19:37:39 +0200 |
| commit | 9948a6371f93a2a05ae26b9149c0e368438782e9 (patch) | |
| tree | 9509c66acb98ea29db5cb5b4231af865914729a2 /include/f_pc | |
| parent | 2189777abfd60d8c1b9afbcc63f7c6e007f6e37e (diff) | |
wip debug / pal building, b_gm mostly done (#2285)
* b_gm mostly done
* wip debug / pal building
* fix configure.py
* fix some debug macros / flags
Diffstat (limited to 'include/f_pc')
| -rw-r--r-- | include/f_pc/f_pc_delete_tag.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/f_pc/f_pc_delete_tag.h b/include/f_pc/f_pc_delete_tag.h index a70c86f2e8..9661092d3f 100644 --- a/include/f_pc/f_pc_delete_tag.h +++ b/include/f_pc/f_pc_delete_tag.h @@ -3,6 +3,7 @@ #define F_PC_DELETE_TAG_H_ #include "SSystem/SComponent/c_tag.h" +#include "global.h" typedef struct layer_class layer_class; @@ -12,6 +13,10 @@ typedef struct delete_tag_class { /* 0x00 */ create_tag_class base; /* 0x14 */ layer_class* layer; /* 0x18 */ s16 timer; + +#if VERSION == VERSION_SHIELD_DEBUG + /* 0x1C */ int unk_0x1c; +#endif } delete_tag_class; BOOL fpcDtTg_IsEmpty(); |
