mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-08 20:24:47 -04:00
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
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user