From 07697afbe86d02cf88edbe0320d344e81e78729e Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 16 Aug 2025 17:39:08 -0400 Subject: [PATCH 1/2] Add version ifdefs for demo resource headers --- include/d/res/res_auction.h | 14 ++ include/d/res/res_bgn.h | 36 +++ include/d/res/res_bomber.h | 38 +++ include/d/res/res_demo06.h | 42 +++- include/d/res/res_demo08.h | 49 ++++ include/d/res/res_demo23.h | 145 +++++++++++ include/d/res/res_demo26.h | 12 + include/d/res/res_demo28.h | 115 +++++++++ include/d/res/res_demo32.h | 65 ++++- include/d/res/res_demo42.h | 20 ++ include/d/res/res_figure2.h | 12 + include/d/res/res_figure2a.h | 2 + include/d/res/res_figure2b.h | 2 + include/d/res/res_figure6a.h | 2 + include/d/res/res_figure6b.h | 2 + include/d/res/res_figure6c.h | 2 + include/d/res/res_gover.h | 20 +- include/d/res/res_hseki.h | 20 ++ include/d/res/res_hten1.h | 18 ++ include/d/res/res_ikadah.h | 4 + include/d/res/res_ikari.h | 9 + include/d/res/res_kmi00x.h | 2 + include/d/res/res_lkd01.h | 440 +++++++++++++++++++++++++++++++++- include/d/res/res_mgst.h | 19 ++ include/d/res/res_mgtem.h | 32 ++- include/d/res/res_mozo.h | 46 +++- include/d/res/res_open1.h | 2 + include/d/res/res_open2.h | 2 + include/d/res/res_open3.h | 2 + include/d/res/res_opening.h | 2 + include/d/res/res_ph.h | 20 ++ include/d/res/res_roten.h | 40 +++- include/d/res/res_rsh.h | 78 ++++++ include/d/res/res_sh.h | 15 ++ include/d/res/res_sitem.h | 17 ++ include/d/res/res_timer.h | 10 +- include/d/res/res_yfire_00.h | 15 ++ include/d/res/res_ylesr00.h | 36 +++ src/d/actor/d_a_ikari.cpp | 8 + src/d/actor/d_a_mozo.cpp | 8 +- src/d/actor/d_a_obj_roten.cpp | 12 +- 41 files changed, 1417 insertions(+), 18 deletions(-) diff --git a/include/d/res/res_auction.h b/include/d/res/res_auction.h index 994ed8a57..5a5004011 100644 --- a/include/d/res/res_auction.h +++ b/include/d/res/res_auction.h @@ -3,6 +3,19 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum AUCTION_RES_FILE_ID { // IDs and indexes are synced + /* ROOT */ + AUCTION_ARC_AUCTION=0x0, + + /* SCRN */ + AUCTION_BLO_AUCTION1=0x5, + AUCTION_BLO_AUCTION2=0x6, + + /* TIMG */ + AUCTION_BTI_BET_ICON=0x9, +}; +#else enum AUCTION_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ AUCTION_BLO_AUCTION1=0x4, @@ -11,5 +24,6 @@ enum AUCTION_RES_FILE_ID { // IDs and indexes are synced /* TIMG */ AUCTION_BTI_BET_ICON=0x8, }; +#endif #endif /* RES_AUCTION_H */ diff --git a/include/d/res/res_bgn.h b/include/d/res/res_bgn.h index 90970eb1b..1c2a31086 100644 --- a/include/d/res/res_bgn.h +++ b/include/d/res/res_bgn.h @@ -3,6 +3,41 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum BGN_RES_FILE_ID { // IDs and indexes are synced + /* BCK */ + BGN_BCK_BGN_HEAD1=0x6, + BGN_BCK_BGN_HEAD2=0x7, + BGN_BCK_DAMAGE1=0x8, + BGN_BCK_DERU1=0x9, + BGN_BCK_JUMP1=0xA, + BGN_BCK_MODORU1=0xB, + BGN_BCK_RAKKA1=0xC, + BGN_BCK_RAKKA2=0xD, + BGN_BCK_SETTI1=0xE, + BGN_BCK_WAIT1=0xF, + BGN_BCK_WAIT2=0x10, + + /* BDLM */ + BGN_BDL_BGN_BODY1=0x13, + BGN_BDL_BGN_DEKU1=0x14, + BGN_BDL_BGN_HEAD1=0x15, + BGN_BDL_BGN_JYAKUTENA=0x16, + BGN_BDL_BGN_JYAKUTENB=0x17, + BGN_BDL_BGN_JYAKUTENC=0x18, + BGN_BDL_BGN_KUMO1=0x19, + BGN_BDL_BGN_MAIN1=0x1A, + BGN_BDL_R00=0x1B, + BGN_BDL_R0E_A=0x1C, + + /* BRK */ + BGN_BRK_BGN_JYAKUTENBC=0x1F, + + /* TEX */ + BGN_BTI_HIMO=0x22, + BGN_BTI_NOT_CUT1=0x23, +}; +#else enum BGN_RES_FILE_ID { // IDs and indexes are synced /* BCK */ BGN_BCK_BGN_HEAD1=0x6, @@ -47,5 +82,6 @@ enum BGN_RES_FILE_ID { // IDs and indexes are synced BGN_BTI_HIMO=0x2D, BGN_BTI_NOT_CUT1=0x2E, }; +#endif #endif /* RES_BGN_H */ diff --git a/include/d/res/res_bomber.h b/include/d/res/res_bomber.h index 5e6ccf03c..dc6ed2b7d 100644 --- a/include/d/res/res_bomber.h +++ b/include/d/res/res_bomber.h @@ -3,6 +3,43 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum BOMBER_RES_FILE_ID { + /* BMDC */ + BOMBER_BMD_AISI=0x1, + + /* BDL */ + BOMBER_BDL_VCANK=0x6, + + /* TEX */ + BOMBER_BTI_GAME_BATTERY=0x7, + BOMBER_BTI_GAME_BATTERY_BASE=0x8, + BOMBER_BTI_GAME_BOMB_01=0x9, + BOMBER_BTI_GAME_BOMB_02=0xA, + BOMBER_BTI_GAME_HUNE_DAMAGE=0xB, + BOMBER_BTI_GAME_RULE=0xC, + BOMBER_BTI_GAME_SHIP_NODAMAGE=0xD, + BOMBER_BTI_RUPY_NUM_DEGREE=0xE, +}; + +enum BOMBER_RES_FILE_INDEX { + /* BMDC */ + BOMBER_INDEX_BMD_AISI=0x5, + + /* BDL */ + BOMBER_INDEX_BDL_VCANK=0x8, + + /* TEX */ + BOMBER_INDEX_BTI_GAME_BATTERY=0xB, + BOMBER_INDEX_BTI_GAME_BATTERY_BASE=0xC, + BOMBER_INDEX_BTI_GAME_BOMB_01=0xD, + BOMBER_INDEX_BTI_GAME_BOMB_02=0xE, + BOMBER_INDEX_BTI_GAME_HUNE_DAMAGE=0xF, + BOMBER_INDEX_BTI_GAME_RULE=0x10, + BOMBER_INDEX_BTI_GAME_SHIP_NODAMAGE=0x11, + BOMBER_INDEX_BTI_RUPY_NUM_DEGREE=0x12, +}; +#else enum BOMBER_RES_FILE_ID { // IDs and indexes are synced /* BDL */ BOMBER_BDL_VCANK=0x5, @@ -20,5 +57,6 @@ enum BOMBER_RES_FILE_ID { // IDs and indexes are synced BOMBER_BTI_GAME_SHIP_NODAMAGE=0x11, BOMBER_BTI_RUPY_NUM_DEGREE=0x12, }; +#endif #endif /* RES_BOMBER_H */ diff --git a/include/d/res/res_demo06.h b/include/d/res/res_demo06.h index b7d495cbe..6ee5ee8aa 100644 --- a/include/d/res/res_demo06.h +++ b/include/d/res/res_demo06.h @@ -39,11 +39,13 @@ enum DEMO06_RES_FILE_ID { DEMO06_BCK_02_ZL_EW=0x25, DEMO06_BCK_BOW=0x26, DEMO06_BCK_BYE=0x27, +#if VERSION > VERSION_DEMO DEMO06_BCK_02_TARU_FLY=0x2A, DEMO06_BCK_02_TR_CD=0x2B, DEMO06_BCK_02_TR_FL=0x2C, DEMO06_BCK_02_TR_IN=0x2D, DEMO06_BCK_02_TR_RL=0x2E, +#endif #if VERSION > VERSION_JPN DEMO06_BCK_02_ZL_LOOK_MAJUTOU=0x32, #endif @@ -51,10 +53,48 @@ enum DEMO06_RES_FILE_ID { /* BDL */ DEMO06_BDL_SWA=0x28, DEMO06_BDL_SWGRIPA=0x29, +#if VERSION > VERSION_DEMO DEMO06_BDL_KTARU_02=0x2F, +#endif }; -#if VERSION <= VERSION_JPN +#if VERSION == VERSION_DEMO +enum DEMO06_RES_FILE_INDEX { + /* BTK */ + DEMO06_INDEX_BTK_02_ZL_BC=0x7, + DEMO06_INDEX_BTK_02_ZL_BW=0x8, + DEMO06_INDEX_BTK_02_ZL_CD=0x9, + DEMO06_INDEX_BTK_02_ZL_EW=0xA, + DEMO06_INDEX_BTK_CENTER=0xB, + + /* BTP */ + DEMO06_INDEX_BTP_02_ZL_AW=0xE, + DEMO06_INDEX_BTP_02_ZL_BC=0xF, + DEMO06_INDEX_BTP_02_ZL_BW=0x10, + DEMO06_INDEX_BTP_02_ZL_CD=0x11, + DEMO06_INDEX_BTP_02_ZL_CW=0x12, + DEMO06_INDEX_BTP_02_ZL_EW=0x13, + DEMO06_INDEX_BTP_HANG=0x14, + + /* STB */ + DEMO06_INDEX_STB_MAJU_SHINNYU=0x17, + + /* BCKS */ + DEMO06_INDEX_BCK_02_ZL_AW=0x1A, + DEMO06_INDEX_BCK_02_ZL_BC=0x1B, + DEMO06_INDEX_BCK_02_ZL_BW=0x1C, + DEMO06_INDEX_BCK_02_ZL_CD=0x1D, + DEMO06_INDEX_BCK_02_ZL_CW=0x1E, + DEMO06_INDEX_BCK_02_ZL_DW=0x1F, + DEMO06_INDEX_BCK_02_ZL_EW=0x20, + DEMO06_INDEX_BCK_BOW=0x21, + DEMO06_INDEX_BCK_BYE=0x22, + + /* BDL */ + DEMO06_INDEX_BDL_SWA=0x25, + DEMO06_INDEX_BDL_SWGRIPA=0x26, +}; +#elif VERSION == VERSION_JPN enum DEMO06_RES_FILE_INDEX { /* BTK */ DEMO06_INDEX_BTK_02_ZL_BC=0x7, diff --git a/include/d/res/res_demo08.h b/include/d/res/res_demo08.h index 1b74c211d..004c39281 100644 --- a/include/d/res/res_demo08.h +++ b/include/d/res/res_demo08.h @@ -6,7 +6,9 @@ enum DEMO08_RES_FILE_ID { /* STB */ DEMO08_STB_MEETSHISHIOH=0x0, +#if VERSION > VERSION_DEMO DEMO08_STB_DRAGONTALE=0x2F, +#endif /* BDL */ DEMO08_BDL_FN_COMP=0x1, @@ -49,6 +51,52 @@ enum DEMO08_RES_FILE_ID { DEMO08_BTK_GDEMO_MINAMO00=0x2E, }; +#if VERSION == VERSION_DEMO +enum DEMO08_RES_FILE_INDEX { + /* STB */ + DEMO08_INDEX_STB_MEETSHISHIOH=0x8, + + /* BDL */ + DEMO08_INDEX_BDL_FN_COMP=0xB, + DEMO08_INDEX_BDL_YW_COMP=0xC, + DEMO08_INDEX_BDL_DEMO_TACT=0xD, + + /* BCKS */ + DEMO08_INDEX_BCK_08_FN_CUT14_SOMUKE_O=0x10, + DEMO08_INDEX_BCK_08_FN_CUT14_SPEAK_L=0x11, + DEMO08_INDEX_BCK_08_FN_CUT16_JUMPYURE_O=0x12, + DEMO08_INDEX_BCK_08_FN_CUT16_SPEAK_L=0x13, + DEMO08_INDEX_BCK_08_FN_CUT5_FURIKAERI_O=0x14, + DEMO08_INDEX_BCK_08_FN_CUT5_KUTIPAKU_L=0x15, + DEMO08_INDEX_BCK_08_FN_CUT7_KUTIPAKU_L=0x16, + DEMO08_INDEX_BCK_08_FN_CUT7_WARAU_O=0x17, + DEMO08_INDEX_BCK_08_FN_CUT8_SPEAK_L=0x18, + DEMO08_INDEX_BCK_KA_FLY1=0x19, + DEMO08_INDEX_BCK_FN_SET=0x1A, + DEMO08_INDEX_BCK_08_CUT17_TACT_SPEAK=0x1B, + DEMO08_INDEX_BCK_08_FN_CUT17_TACT_SPEAK_L=0x1C, + DEMO08_INDEX_BCK_TACT=0x1D, + DEMO08_INDEX_BCK_07B_GND_CUT06_WAIT_L=0x1E, + DEMO08_INDEX_BCK_42_WINDWAIT=0x1F, + + /* BRK */ + DEMO08_INDEX_BRK_FADE_IN15F=0x22, + DEMO08_INDEX_BRK_FADE_IN45F=0x23, + DEMO08_INDEX_BRK_FADE_OUT15F=0x24, + DEMO08_INDEX_BRK_FADE_OUT30F=0x25, + DEMO08_INDEX_BRK_FADEBOX_BLACK=0x26, + DEMO08_INDEX_BRK_FADEBOX_INVISIBLE=0x27, + + /* BDLM */ + DEMO08_INDEX_BDL_BLACKFADEBOX=0x2A, + DEMO08_INDEX_BDL_BLACK_PLANE=0x2B, + DEMO08_INDEX_BDL_GN=0x2C, + DEMO08_INDEX_BDL_GDEMO_MINAMO00=0x2D, + + /* BTK */ + DEMO08_INDEX_BTK_GDEMO_MINAMO00=0x30, +}; +#else enum DEMO08_RES_FILE_INDEX { /* STB */ DEMO08_INDEX_STB_MEETSHISHIOH=0x8, @@ -94,5 +142,6 @@ enum DEMO08_RES_FILE_INDEX { /* BTK */ DEMO08_INDEX_BTK_GDEMO_MINAMO00=0x31, }; +#endif #endif /* RES_DEMO08_H */ diff --git a/include/d/res/res_demo23.h b/include/d/res/res_demo23.h index 253ac60a9..156000d8c 100644 --- a/include/d/res/res_demo23.h +++ b/include/d/res/res_demo23.h @@ -31,7 +31,9 @@ enum DEMO23_RES_FILE_ID { DEMO23_BTK_23_ZL_CUT20_FURIKAERI_O=0x15, DEMO23_BTK_23_ZL_CUT20_FURIKAERIWAIT_L=0x16, DEMO23_BTK_23_ZL_CUT20_RUN_O=0x17, +#if VERSION > VERSION_DEMO DEMO23_BTK_LS_DEMOLOOK=0x82, +#endif /* BTP */ DEMO23_BTP_23_LS_CUT04_ORIWAIT_L=0x18, @@ -145,6 +147,148 @@ enum DEMO23_RES_FILE_ID { DEMO23_BDL_PM=0x80, }; +#if VERSION == VERSION_DEMO +enum DEMO23_RES_FILE_INDEX { + /* STB */ + DEMO23_INDEX_STB_RESCUE=0x8, + + /* BTK */ + DEMO23_INDEX_BTK_23_LS_CUT04_TURN=0xB, + DEMO23_INDEX_BTK_23_LS_CUT05_TETORALOOK_O=0xC, + DEMO23_INDEX_BTK_23_LS_CUT10_CRYWAIT_L=0xD, + DEMO23_INDEX_BTK_23_LS_CUT10_WARAU_O=0xE, + DEMO23_INDEX_BTK_23_LS_CUT13_LOOKTETORA_L=0xF, + DEMO23_INDEX_BTK_23_LS_CUT13_LOOKTORINK_O=0x10, + DEMO23_INDEX_BTK_23_ZL_CUT06_KIZUKU_O=0x11, + DEMO23_INDEX_BTK_23_ZL_CUT06_MEIREI_L=0x12, + DEMO23_INDEX_BTK_23_ZL_CUT06_WAIT_L=0x13, + DEMO23_INDEX_BTK_23_ZL_CUT08_KIZUKUWAIT_L=0x14, + DEMO23_INDEX_BTK_23_ZL_CUT08_OPEN_O=0x15, + DEMO23_INDEX_BTK_23_ZL_CUT08_OPENWAIT_L=0x16, + DEMO23_INDEX_BTK_23_ZL_CUT12_HANDUP_O=0x17, + DEMO23_INDEX_BTK_23_ZL_CUT12_HANDUPWAIT_L=0x18, + DEMO23_INDEX_BTK_23_ZL_CUT13_HANDPOINT_O=0x19, + DEMO23_INDEX_BTK_23_ZL_CUT13_HANDPOINTWAIT_L=0x1A, + DEMO23_INDEX_BTK_23_ZL_CUT14_LOOKG_O=0x1B, + DEMO23_INDEX_BTK_23_ZL_CUT14_LOOKGB_O=0x1C, + DEMO23_INDEX_BTK_23_ZL_CUT14_LOOKGBWAIT_L=0x1D, + DEMO23_INDEX_BTK_23_ZL_CUT14_LOOKGWAIT_L=0x1E, + DEMO23_INDEX_BTK_23_ZL_CUT20_FURIKAERI_O=0x1F, + DEMO23_INDEX_BTK_23_ZL_CUT20_FURIKAERIWAIT_L=0x20, + DEMO23_INDEX_BTK_23_ZL_CUT20_RUN_O=0x21, + + /* BTP */ + DEMO23_INDEX_BTP_23_LS_CUT04_ORIWAIT_L=0x24, + DEMO23_INDEX_BTP_23_LS_CUT04_TURNWAIT_L=0x25, + DEMO23_INDEX_BTP_23_LS_CUT05_RUNWAIT_L=0x26, + DEMO23_INDEX_BTP_23_LS_CUT05_TETORLOOKWAIT_L=0x27, + DEMO23_INDEX_BTP_23_LS_CUT10_CRYWAIT_L=0x28, + DEMO23_INDEX_BTP_23_LS_CUT13_LOOKTETORA_L=0x29, + DEMO23_INDEX_BTP_23_LS_CUT13_LOOKWAIT_L=0x2A, + DEMO23_INDEX_BTP_23_LS_CUT16_TAKEOUTRUN_L=0x2B, + DEMO23_INDEX_BTP_23_ZL_CUT06_MEIREI_L=0x2C, + DEMO23_INDEX_BTP_23_ZL_CUT06_WAIT_L=0x2D, + DEMO23_INDEX_BTP_23_ZL_CUT08_KIZUKUWAIT_L=0x2E, + DEMO23_INDEX_BTP_23_ZL_CUT08_OPENWAIT_L=0x2F, + DEMO23_INDEX_BTP_23_ZL_CUT12_HANDUPWAIT_L=0x30, + DEMO23_INDEX_BTP_23_ZL_CUT13_HANDPOINTWAIT_L=0x31, + DEMO23_INDEX_BTP_23_ZL_CUT14_LOOKGBWAIT_L=0x32, + DEMO23_INDEX_BTP_23_ZL_CUT14_LOOKGWAIT_L=0x33, + DEMO23_INDEX_BTP_23_ZL_CUT20_FURIKAERIWAIT_L=0x34, + DEMO23_INDEX_BTP_23_P1A_CUT07_KEY_L=0x35, + DEMO23_INDEX_BTP_23_P1A_CUT14_HANDUPWAIT_L=0x36, + DEMO23_INDEX_BTP_23_P1A_CUT16_TAKEOUTRUN_L=0x37, + DEMO23_INDEX_BTP_07_PM_CUT3WAITB=0x38, + DEMO23_INDEX_BTP_07_KM_CUT3WAITA=0x39, + DEMO23_INDEX_BTP_07_KM_CUT3WAITB=0x3A, + DEMO23_INDEX_BTP_07_PM_CUT3FURIMUKI=0x3B, + DEMO23_INDEX_BTP_07_PM_CUT3WAITA=0x3C, + DEMO23_INDEX_BTP_07_KM_CUT3FURIMUKI=0x3D, + DEMO23_INDEX_BTP_23_ZL_CUT06_KIZUKU_O=0x3E, + DEMO23_INDEX_BTP_23_ZL_CUT08_OPEN_O=0x3F, + DEMO23_INDEX_BTP_23_ZL_CUT12_HANDUP_O=0x40, + DEMO23_INDEX_BTP_23_ZL_CUT13_HANDPOINT_O=0x41, + DEMO23_INDEX_BTP_23_ZL_CUT14_LOOKG_O=0x42, + DEMO23_INDEX_BTP_23_ZL_CUT14_LOOKGB_O=0x43, + DEMO23_INDEX_BTP_23_ZL_CUT20_FURIKAERI_O=0x44, + DEMO23_INDEX_BTP_23_ZL_CUT20_RUN_O=0x45, + DEMO23_INDEX_BTP_23_P1A_CUT14_HANDUP_O=0x46, + DEMO23_INDEX_BTP_23_P1A_CUT14_RUNNING_O=0x47, + DEMO23_INDEX_BTP_23_P1A_CUT14_TURNRUN_O=0x48, + DEMO23_INDEX_BTP_23_P1A_CUT15_TAKEOUT_O=0x49, + DEMO23_INDEX_BTP_23_LS_CUT04_TURN_O=0x4A, + DEMO23_INDEX_BTP_23_LS_CUT05_RUNNING_O=0x4B, + DEMO23_INDEX_BTP_23_LS_CUT05_TETORLOOK_O=0x4C, + DEMO23_INDEX_BTP_23_LS_CUT10_WARAU_O=0x4D, + DEMO23_INDEX_BTP_23_LS_CUT13_LOOKTORINK_O=0x4E, + DEMO23_INDEX_BTP_23_LS_CUT15_TAKEOUT_O=0x4F, + + /* BCKS */ + DEMO23_INDEX_BCK_23_LS_CUT04_ORIWAIT_L=0x52, + DEMO23_INDEX_BCK_23_LS_CUT04_TURNWAIT_L=0x53, + DEMO23_INDEX_BCK_23_LS_CUT05_RUNWAIT_L=0x54, + DEMO23_INDEX_BCK_23_LS_CUT05_TETORLOOKWAIT_L=0x55, + DEMO23_INDEX_BCK_23_LS_CUT10_CRYWAIT_L=0x56, + DEMO23_INDEX_BCK_23_LS_CUT13_LOOKTETORA_L=0x57, + DEMO23_INDEX_BCK_23_LS_CUT13_LOOKWAIT_L=0x58, + DEMO23_INDEX_BCK_23_LS_CUT16_TAKEOUTRUN_L=0x59, + DEMO23_INDEX_BCK_23_MD_CUT10_TAKEOUT_L=0x5A, + DEMO23_INDEX_BCK_23_P1A_CUT06_WALK_L=0x5B, + DEMO23_INDEX_BCK_23_P1A_CUT07_KEY_L=0x5C, + DEMO23_INDEX_BCK_23_P1A_CUT10_TAKEOUT_L=0x5D, + DEMO23_INDEX_BCK_23_P1A_CUT14_HANDUPWAIT_L=0x5E, + DEMO23_INDEX_BCK_23_P1A_CUT16_TAKEOUTRUN_L=0x5F, + DEMO23_INDEX_BCK_23_P1B_CUT10_TAKEOUT_L=0x60, + DEMO23_INDEX_BCK_23_PM_CUT10_TAKEOUT_L=0x61, + DEMO23_INDEX_BCK_23_ZL_CUT06_MEIREI_L=0x62, + DEMO23_INDEX_BCK_23_ZL_CUT06_WAIT_L=0x63, + DEMO23_INDEX_BCK_23_ZL_CUT08_KIZUKUWAIT_L=0x64, + DEMO23_INDEX_BCK_23_ZL_CUT08_OPENWAIT_L=0x65, + DEMO23_INDEX_BCK_23_ZL_CUT12_HANDUPWAIT_L=0x66, + DEMO23_INDEX_BCK_23_ZL_CUT13_HANDPOINTWAIT_L=0x67, + DEMO23_INDEX_BCK_23_ZL_CUT14_LOOKGBWAIT_L=0x68, + DEMO23_INDEX_BCK_23_ZL_CUT14_LOOKGWAIT_L=0x69, + DEMO23_INDEX_BCK_23_ZL_CUT18_RUN_L=0x6A, + DEMO23_INDEX_BCK_23_ZL_CUT20_FURIKAERIWAIT_L=0x6B, + DEMO23_INDEX_BCK_DK_MAJYUTO_DEMO1=0x6C, + DEMO23_INDEX_BCK_07_KM_CUT3FURIMUKI=0x6D, + DEMO23_INDEX_BCK_07_KM_CUT3WAITA=0x6E, + DEMO23_INDEX_BCK_07_KM_CUT3WAITB=0x6F, + DEMO23_INDEX_BCK_07_PM_CUT3FURIMUKI=0x70, + DEMO23_INDEX_BCK_07_PM_CUT3WAITA=0x71, + DEMO23_INDEX_BCK_07_PM_CUT3WAITB=0x72, + DEMO23_INDEX_BCK_23_LS_CUT04_TURN_O=0x73, + DEMO23_INDEX_BCK_23_LS_CUT05_RUNNING_O=0x74, + DEMO23_INDEX_BCK_23_LS_CUT05_TETORLOOK_O=0x75, + DEMO23_INDEX_BCK_23_LS_CUT10_WARAU_O=0x76, + DEMO23_INDEX_BCK_23_LS_CUT13_LOOKTORINK_O=0x77, + DEMO23_INDEX_BCK_23_LS_CUT15_TAKEOUT_O=0x78, + DEMO23_INDEX_BCK_23_P1A_CUT14_HANDUP_O=0x79, + DEMO23_INDEX_BCK_23_P1A_CUT14_RUNNING_O=0x7A, + DEMO23_INDEX_BCK_23_P1A_CUT14_TURNRUN_O=0x7B, + DEMO23_INDEX_BCK_23_P1A_CUT15_TAKEOUT_O=0x7C, + DEMO23_INDEX_BCK_23_ZL_CUT06_KIZUKU_O=0x7D, + DEMO23_INDEX_BCK_23_ZL_CUT08_OPEN_O=0x7E, + DEMO23_INDEX_BCK_23_ZL_CUT12_HANDUP_O=0x7F, + DEMO23_INDEX_BCK_23_ZL_CUT13_HANDPOINT_O=0x80, + DEMO23_INDEX_BCK_23_ZL_CUT14_LOOKG_O=0x81, + DEMO23_INDEX_BCK_23_ZL_CUT14_LOOKGB_O=0x82, + DEMO23_INDEX_BCK_23_ZL_CUT20_FURIKAERI_O=0x83, + DEMO23_INDEX_BCK_23_ZL_CUT20_RUN_O=0x84, + DEMO23_INDEX_BCK_P1_WAIT=0x85, + DEMO23_INDEX_BCK_P1_WAIT02=0x86, + DEMO23_INDEX_BCK_07B_DK_CUT8_HOBA=0x87, + + /* BDL */ + DEMO23_INDEX_BDL_DK_COMP=0x8A, + DEMO23_INDEX_BDL_SDOOR01=0x8B, + + /* BDLM */ + DEMO23_INDEX_BDL_DM=0x8E, + DEMO23_INDEX_BDL_KM=0x8F, + DEMO23_INDEX_BDL_PM=0x90, +}; +#else enum DEMO23_RES_FILE_INDEX { /* STB */ DEMO23_INDEX_STB_RESCUE=0x8, @@ -286,5 +430,6 @@ enum DEMO23_RES_FILE_INDEX { DEMO23_INDEX_BDL_KM=0x90, DEMO23_INDEX_BDL_PM=0x91, }; +#endif #endif /* RES_DEMO23_H */ diff --git a/include/d/res/res_demo26.h b/include/d/res/res_demo26.h index c58dc4124..4a96e478d 100644 --- a/include/d/res/res_demo26.h +++ b/include/d/res/res_demo26.h @@ -51,7 +51,9 @@ enum DEMO26_RES_FILE_ID { DEMO26_BDL_GDEMO_MINAMO00=0x25, DEMO26_BDL_CY_DOLL_INVISIBLE=0x2E, DEMO26_BDL_CY_INVISIBLE=0x2F, +#if VERSION > VERSION_DEMO DEMO26_BDL_CY_ANTIINDIRECT=0x30, +#endif /* BRK */ DEMO26_BRK_CY_COLOR=0x22, @@ -109,14 +111,24 @@ enum DEMO26_RES_FILE_INDEX { DEMO26_INDEX_BDL_GDEMO_MINAMO00=0x33, DEMO26_INDEX_BDL_CY_DOLL_INVISIBLE=0x34, DEMO26_INDEX_BDL_CY_INVISIBLE=0x35, +#if VERSION > VERSION_DEMO DEMO26_INDEX_BDL_CY_ANTIINDIRECT=0x36, +#endif /* BRK */ +#if VERSION == VERSION_DEMO + DEMO26_INDEX_BRK_CY_COLOR=0x38, + DEMO26_INDEX_BRK_GDEMO_MINAMO00=0x39, + DEMO26_INDEX_BRK_26_CY_CUT00_O=0x3A, + DEMO26_INDEX_BRK_26_CY_CUT15_O=0x3B, + DEMO26_INDEX_BRK_26_DOLL_CUT00_O=0x3C, +#else DEMO26_INDEX_BRK_CY_COLOR=0x39, DEMO26_INDEX_BRK_GDEMO_MINAMO00=0x3A, DEMO26_INDEX_BRK_26_CY_CUT00_O=0x3B, DEMO26_INDEX_BRK_26_CY_CUT15_O=0x3C, DEMO26_INDEX_BRK_26_DOLL_CUT00_O=0x3D, +#endif }; #endif /* RES_DEMO26_H */ diff --git a/include/d/res/res_demo28.h b/include/d/res/res_demo28.h index 19ee7d683..eda9dee22 100644 --- a/include/d/res/res_demo28.h +++ b/include/d/res/res_demo28.h @@ -31,6 +31,11 @@ enum DEMO28_RES_FILE_ID { DEMO28_BDL_GDEMO19_TF00=0x28, DEMO28_BDL_MASTERSW_LV1=0x2A, DEMO28_BDL_AC_WING_COMP=0x2F, +#if VERSION == VERSION_DEMO + DEMO28_BDL_GTFGLOW00=0x5D, + DEMO28_BDL_GDEMO29_A00=0x5E, + DEMO28_BDL_GDEMO29_B00=0x5F, +#endif /* BCKS */ DEMO28_BCK_29_MD_HM_KIZUKU_O=0xD, @@ -108,6 +113,115 @@ enum DEMO28_RES_FILE_ID { DEMO28_BDL_MAT_BLACK_BOX=0x3C, }; +#if VERSION == VERSION_DEMO +enum DEMO28_RES_FILE_INDEX { + /* STB */ + DEMO28_INDEX_STB_AWAKE_ZOLA=0x9, + + /* BRK */ + DEMO28_INDEX_BRK_FADEBOX_BLACK=0xC, + DEMO28_INDEX_BRK_FADE_IN45F=0xD, + DEMO28_INDEX_BRK_FADE_OUT15F=0xE, + DEMO28_INDEX_BRK_FADE_OUT30F=0xF, + DEMO28_INDEX_BRK_FADE_IN15F=0x10, + DEMO28_INDEX_BRK_FADEBOX_INVISIBLE=0x11, + DEMO28_INDEX_BRK_ZS_TEST=0x12, + DEMO28_INDEX_BRK_30_FD_LOOP_L=0x13, + DEMO28_INDEX_BRK_30_FD_TOIKAKE_O=0x14, + DEMO28_INDEX_BRK_27_ZS_WAITA_L=0x15, + DEMO28_INDEX_BRK_27_ZS_WAITAA_O=0x16, + DEMO28_INDEX_BRK_27_ZS_WAITAB_O=0x17, + DEMO28_INDEX_BRK_GDEMO19_TF00=0x18, + + /* BDLM */ + DEMO28_INDEX_BDL_MD_HARP_MOTI=0x1B, + DEMO28_INDEX_BDL_ZS=0x1C, + DEMO28_INDEX_BDL_BLACKFADEBOX=0x1D, + DEMO28_INDEX_BDL_BLACK_PLANE=0x1E, + DEMO28_INDEX_BDL_AC_NOMAL_COMP=0x1F, + DEMO28_INDEX_BDL_GDEMO19_TF00=0x20, + DEMO28_INDEX_BDL_MASTERSW_LV1=0x21, + DEMO28_INDEX_BDL_AC_WING_COMP=0x22, + DEMO28_INDEX_BDL_GTFGLOW00=0x23, + DEMO28_INDEX_BDL_GDEMO29_A00=0x24, + DEMO28_INDEX_BDL_GDEMO29_B00=0x25, + + /* BCKS */ + DEMO28_INDEX_BCK_29_MD_HM_KIZUKU_O=0x28, + DEMO28_INDEX_BCK_29_MD_HM_REI_O=0x29, + DEMO28_INDEX_BCK_ZS_WAIT_L=0x2A, + DEMO28_INDEX_BCK_27_ZS_WAITA_L=0x2B, + DEMO28_INDEX_BCK_27_ZS_WAITB_L=0x2C, + DEMO28_INDEX_BCK_21_SWMS_CUT1_O=0x2D, + DEMO28_INDEX_BCK_D24_AC_CUT32_FLYING_L=0x2E, + DEMO28_INDEX_BCK_29_MD_HM_LOOP_L=0x2F, + DEMO28_INDEX_BCK_28_MD_KAKAEB_O=0x30, + DEMO28_INDEX_BCK_28_MD_KAKAEC_L=0x31, + DEMO28_INDEX_BCK_28_MD_KAKAE_L=0x32, + DEMO28_INDEX_BCK_28_MD_MIAGE_L=0x33, + DEMO28_INDEX_BCK_28_MD_TAORE_O=0x34, + DEMO28_INDEX_BCK_28_AC_CUT22_FLY_L=0x35, + DEMO28_INDEX_BCK_28_AC_CUT26_BONYARI_L=0x36, + DEMO28_INDEX_BCK_28_AC_CUT26_LOOKAROUND_L=0x37, + DEMO28_INDEX_BCK_28_MD_MIAGEB_O=0x38, + DEMO28_INDEX_BCK_28_MD_MIAGEC_L=0x39, + DEMO28_INDEX_BCK_D28_MD_CUT11_LOOKUP_O=0x3A, + DEMO28_INDEX_BCK_D28_MD_CUT11_LOOKUPWAIT_L=0x3B, + DEMO28_INDEX_BCK_D28_MD_CUT4_HEADUP_O=0x3C, + DEMO28_INDEX_BCK_D28_MD_CUT4_WAIT_L=0x3D, + DEMO28_INDEX_BCK_D28_MD_CUT5_HEADUPWAIT_L=0x3E, + DEMO28_INDEX_BCK_D28_MD_CUT6_LOOKRALTO_O=0x3F, + DEMO28_INDEX_BCK_D28_MD_CUT6_LOOKRALTOWAIT_L=0x40, + DEMO28_INDEX_BCK_D28_MD_CUT7_PLAY_L=0x41, + DEMO28_INDEX_BCK_D28_MD_CUT7_PREPLAY_O=0x42, + DEMO28_INDEX_BCK_D28_MD_CUT9_ENDPLAY_O=0x43, + DEMO28_INDEX_BCK_D28_MD_CUT9_WAIT_L=0x44, + DEMO28_INDEX_BCK_D28_ZS_CUT5_PLAY_L=0x45, + DEMO28_INDEX_BCK_D28_ZS_CUT5_PREPLAY_O=0x46, + DEMO28_INDEX_BCK_D28_ZS_CUT6_PLAY_L=0x47, + DEMO28_INDEX_BCK_D28_ZS_CUT9_PLAYEND_O=0x48, + + /* BTP */ + DEMO28_INDEX_BTP_ZS_WAIT_L=0x4B, + DEMO28_INDEX_BTP_29_MD_HM_KIZUKU_O=0x4C, + DEMO28_INDEX_BTP_29_MD_HM_REI_O=0x4D, + DEMO28_INDEX_BTP_27_ZS_WAITA_L=0x4E, + DEMO28_INDEX_BTP_27_ZS_WAITB_L=0x4F, + DEMO28_INDEX_BTP_D24_AC_CUT32_FLYING_L=0x50, + DEMO28_INDEX_BTP_29_MD_HM_LOOP_L=0x51, + DEMO28_INDEX_BTP_28_MD_KAKAE_L=0x52, + DEMO28_INDEX_BTP_28_MD_KAKAEB_O=0x53, + DEMO28_INDEX_BTP_28_MD_KAKAEC_L=0x54, + DEMO28_INDEX_BTP_28_MD_MIAGE_L=0x55, + DEMO28_INDEX_BTP_28_MD_TAORE_O=0x56, + DEMO28_INDEX_BTP_28_AC_CUT26_LOOKAROUND_L=0x57, + DEMO28_INDEX_BTP_28_AC_CUT26_BONYARI_L=0x58, + DEMO28_INDEX_BTP_28_AC_CUT22_FLY_L=0x59, + DEMO28_INDEX_BTP_28_MD_MIAGEB_O=0x5A, + DEMO28_INDEX_BTP_28_MD_MIAGEC_L=0x5B, + DEMO28_INDEX_BTP_D28_MD_CUT11_LOOKUP_O=0x5C, + DEMO28_INDEX_BTP_D28_MD_CUT11_LOOKUPWAIT_L=0x5D, + DEMO28_INDEX_BTP_D28_MD_CUT4_HEADUP_O=0x5E, + DEMO28_INDEX_BTP_D28_MD_CUT4_WAIT_L=0x5F, + DEMO28_INDEX_BTP_D28_MD_CUT5_HEADUPWAIT_L=0x60, + DEMO28_INDEX_BTP_D28_MD_CUT6_LOOKRALTO_O=0x61, + DEMO28_INDEX_BTP_D28_MD_CUT6_LOOKRALTOWAIT_L=0x62, + DEMO28_INDEX_BTP_D28_MD_CUT7_PLAY_L=0x63, + DEMO28_INDEX_BTP_D28_MD_CUT7_PREPLAY_O=0x64, + DEMO28_INDEX_BTP_D28_MD_CUT9_ENDPLAY_O=0x65, + DEMO28_INDEX_BTP_D28_MD_CUT9_WAIT_L=0x66, + DEMO28_INDEX_BTP_D28_ZS_CUT5_PLAY_L=0x67, + DEMO28_INDEX_BTP_D28_ZS_CUT5_PREPLAY_O=0x68, + DEMO28_INDEX_BTP_D28_ZS_CUT6_PLAY_L=0x69, + DEMO28_INDEX_BTP_D28_ZS_CUT9_PLAYEND_O=0x6A, + + /* BTK */ + DEMO28_INDEX_BTK_GDEMO19_TF00=0x6D, + + /* BDL */ + DEMO28_INDEX_BDL_MAT_BLACK_BOX=0x70, +}; +#else enum DEMO28_RES_FILE_INDEX { /* STB */ DEMO28_INDEX_STB_AWAKE_ZOLA=0x9, @@ -212,5 +326,6 @@ enum DEMO28_RES_FILE_INDEX { /* BDL */ DEMO28_INDEX_BDL_MAT_BLACK_BOX=0x6D, }; +#endif #endif /* RES_DEMO28_H */ diff --git a/include/d/res/res_demo32.h b/include/d/res/res_demo32.h index 4475ef1a4..ba01c2943 100644 --- a/include/d/res/res_demo32.h +++ b/include/d/res/res_demo32.h @@ -28,7 +28,9 @@ enum DEMO32_RES_FILE_ID { DEMO32_BCK_31_FD_CUT01_PLAY_L=0x1F, DEMO32_BCK_31_FD_CUT07_OZIGI_O=0x20, DEMO32_BCK_31_FD_CUT07_OZIGIWAIT_L=0x21, +#if VERSION > VERSION_DEMO DEMO32_BCK_MASTERSW_LV1_2=0x31, +#endif /* BTP */ DEMO32_BTP_30_FD_LOOP_L=0x6, @@ -56,7 +58,9 @@ enum DEMO32_RES_FILE_ID { DEMO32_BDL_GDEMO29_A00=0x27, DEMO32_BDL_GDEMO29_B00=0x2B, DEMO32_BDL_GDEMO29_C00=0x30, +#if VERSION > VERSION_DEMO DEMO32_BDL_MASTERSW_LV1_2=0x32, +#endif /* BDL */ DEMO32_BDL_CD_COMP=0xB, @@ -67,7 +71,66 @@ enum DEMO32_RES_FILE_ID { DEMO32_BTK_GDEMO29_B00=0x2C, }; -#if VERSION <= VERSION_JPN +#if VERSION == VERSION_DEMO +enum DEMO32_RES_FILE_INDEX { + /* STB */ + DEMO32_INDEX_STB_PRAY_KOKIRI=0x9, + + /* BCKS */ + DEMO32_INDEX_BCK_15_CB_CUT10_PLAY_L=0xC, + DEMO32_INDEX_BCK_15_CB_CUT10_TAMESHI_O=0xD, + DEMO32_INDEX_BCK_15_CB_CUT21A_PLAYEND_O=0xE, + DEMO32_INDEX_BCK_30_FD_LOOP_L=0xF, + DEMO32_INDEX_BCK_15_CB_CUT21B_FURIAGE_O=0x10, + DEMO32_INDEX_BCK_15_CB_CUT22_WAIT_L=0x11, + DEMO32_INDEX_BCK_15_CB_CUT2_NAKU_L=0x12, + DEMO32_INDEX_BCK_15_CB_CUT2_TYAKUTI_O=0x13, + DEMO32_INDEX_BCK_15_CB_CUT7_HA_O=0x14, + DEMO32_INDEX_BCK_15_CB_CUT7_JUMP_L=0x15, + DEMO32_INDEX_BCK_15_CB_CUT8_BIGJUMP_O=0x16, + DEMO32_INDEX_BCK_15_CB_CUT8_TYAKUTI_O=0x17, + DEMO32_INDEX_BCK_15_CB_CUT9_TURN_O=0x18, + DEMO32_INDEX_BCK_15_CB_CUT9_WAIT_L=0x19, + DEMO32_INDEX_BCK_21_SWMS_CUT1_O=0x1A, + DEMO32_INDEX_BCK_29_SWMS_MSHENKA_O=0x1B, + DEMO32_INDEX_BCK_31_CB_CUT01_PLAY_L=0x1C, + DEMO32_INDEX_BCK_31_FD_CUT01_PLAY_L=0x1D, + DEMO32_INDEX_BCK_31_FD_CUT07_OZIGI_O=0x1E, + DEMO32_INDEX_BCK_31_FD_CUT07_OZIGIWAIT_L=0x1F, + + /* BTP */ + DEMO32_INDEX_BTP_30_FD_LOOP_L=0x22, + DEMO32_INDEX_BTP_31_FD_CUT01_PLAY_L=0x23, + DEMO32_INDEX_BTP_31_FD_CUT07_OZIGI_O=0x24, + DEMO32_INDEX_BTP_31_FD_CUT07_OZIGIWAIT_L=0x25, + + /* BRK */ + DEMO32_INDEX_BRK_30_FD_TOIKAKEB2_L=0x28, + DEMO32_INDEX_BRK_30_FD_TOIKAKE2_O=0x29, + DEMO32_INDEX_BRK_30_FD_LOOP_L=0x2A, + DEMO32_INDEX_BRK_GDEMO19_TF00=0x2B, + DEMO32_INDEX_BRK_GDEMO29_A00=0x2C, + DEMO32_INDEX_BRK_GDEMO29_A01=0x2D, + DEMO32_INDEX_BRK_GDEMO29_C00=0x2E, + DEMO32_INDEX_BRK_GDEMO29_C01=0x2F, + + /* BDLM */ + DEMO32_INDEX_BDL_FD_COMP=0x32, + DEMO32_INDEX_BDL_GDEMO19_TF00=0x33, + DEMO32_INDEX_BDL_MASTERSW_LV2=0x34, + DEMO32_INDEX_BDL_GDEMO29_A00=0x35, + DEMO32_INDEX_BDL_GDEMO29_B00=0x36, + DEMO32_INDEX_BDL_GDEMO29_C00=0x37, + + /* BDL */ + DEMO32_INDEX_BDL_CD_COMP=0x3A, + + /* BTK */ + DEMO32_INDEX_BTK_GDEMO19_TF00=0x3D, + DEMO32_INDEX_BTK_SWMS_NO_FLASH=0x3E, + DEMO32_INDEX_BTK_GDEMO29_B00=0x3F, +}; +#elif VERSION == VERSION_JPN enum DEMO32_RES_FILE_INDEX { /* STB */ DEMO32_INDEX_STB_PRAY_KOKIRI=0x9, diff --git a/include/d/res/res_demo42.h b/include/d/res/res_demo42.h index 9ee23f301..0d459aed0 100644 --- a/include/d/res/res_demo42.h +++ b/include/d/res/res_demo42.h @@ -245,8 +245,10 @@ enum DEMO42_RES_FILE_ID { DEMO42_BRK_42_SWMS2_CUT46B_L=0xBA, DEMO42_BRK_42_SWMS2_CUT46_O=0xBB, DEMO42_BRK_42_SWMS2_CUT48_O=0xBC, +#if VERSION > VERSION_DEMO DEMO42_BRK_ZELDA_MARK_ON=0xFB, DEMO42_BRK_ZELDA_MARK_OFF=0xFC, +#endif /* BDLM */ DEMO42_BDL_HI_COMP=0x12, @@ -505,10 +507,23 @@ enum DEMO42_RES_FILE_INDEX { DEMO42_INDEX_BRK_42_SWMS2_CUT46B_L=0xF5, DEMO42_INDEX_BRK_42_SWMS2_CUT46_O=0xF6, DEMO42_INDEX_BRK_42_SWMS2_CUT48_O=0xF7, +#if VERSION > VERSION_DEMO DEMO42_INDEX_BRK_ZELDA_MARK_ON=0xF8, DEMO42_INDEX_BRK_ZELDA_MARK_OFF=0xF9, +#endif /* BDLM */ +#if VERSION == VERSION_DEMO + DEMO42_INDEX_BDL_HI_COMP=0xFA, + DEMO42_INDEX_BDL_25_TRI_PLUS=0xFB, + DEMO42_INDEX_BDL_CL_MON=0xFC, + DEMO42_INDEX_BDL_MASTERSW_LV2=0xFD, + DEMO42_INDEX_BDL_TRI_ONLY=0xFE, + DEMO42_INDEX_BDL_GNN_BTL_TAKI=0xFF, + DEMO42_INDEX_BDL_GNN_DEMO_TAKI_S=0x100, + DEMO42_INDEX_BDL_V_42_TRI=0x101, + DEMO42_INDEX_BDL_V42_TRI_ONE=0x102, +#else DEMO42_INDEX_BDL_HI_COMP=0xFC, DEMO42_INDEX_BDL_25_TRI_PLUS=0xFD, DEMO42_INDEX_BDL_CL_MON=0xFE, @@ -518,9 +533,14 @@ enum DEMO42_RES_FILE_INDEX { DEMO42_INDEX_BDL_GNN_DEMO_TAKI_S=0x102, DEMO42_INDEX_BDL_V_42_TRI=0x103, DEMO42_INDEX_BDL_V42_TRI_ONE=0x104, +#endif /* STB */ +#if VERSION == VERSION_DEMO + DEMO42_INDEX_STB_G2BEFORE=0x105, +#else DEMO42_INDEX_STB_G2BEFORE=0x107, +#endif }; #endif /* RES_DEMO42_H */ diff --git a/include/d/res/res_figure2.h b/include/d/res/res_figure2.h index 5a3d18bb0..3da6c9c6d 100644 --- a/include/d/res/res_figure2.h +++ b/include/d/res/res_figure2.h @@ -32,7 +32,9 @@ enum FIGURE2_RES_FILE_ID { FIGURE2_BDL_VF_064S=0x16, FIGURE2_BDL_VF_053=0x17, FIGURE2_BDL_VF_056=0x18, +#if VERSION > VERSION_DEMO FIGURE2_BDL_VF_064=0x1B, +#endif /* BDLM */ FIGURE2_BDL_VF_061=0x19, @@ -70,13 +72,23 @@ enum FIGURE2_RES_FILE_INDEX { FIGURE2_INDEX_BDL_VF_064S=0x1E, FIGURE2_INDEX_BDL_VF_053=0x1F, FIGURE2_INDEX_BDL_VF_056=0x20, +#if VERSION > VERSION_DEMO FIGURE2_INDEX_BDL_VF_064=0x21, +#endif /* BDLM */ +#if VERSION == VERSION_DEMO + FIGURE2_INDEX_BDL_VF_061=0x23, +#else FIGURE2_INDEX_BDL_VF_061=0x24, +#endif /* BRK */ +#if VERSION == VERSION_DEMO + FIGURE2_INDEX_BRK_VF_061=0x26, +#else FIGURE2_INDEX_BRK_VF_061=0x27, +#endif }; #endif /* RES_FIGURE2_H */ diff --git a/include/d/res/res_figure2a.h b/include/d/res/res_figure2a.h index 9ec6f4abe..ff8ae72b6 100644 --- a/include/d/res/res_figure2a.h +++ b/include/d/res/res_figure2a.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum FIGURE2A_RES_FILE_ID { /* BDL */ FIGURE2A_BDL_VF_041=0x0, @@ -50,5 +51,6 @@ enum FIGURE2A_RES_FILE_INDEX { FIGURE2A_INDEX_BDL_VF_059=0x15, FIGURE2A_INDEX_BDL_VF_060=0x16, }; +#endif #endif /* RES_FIGURE2A_H */ diff --git a/include/d/res/res_figure2b.h b/include/d/res/res_figure2b.h index fc76efb75..60952607d 100644 --- a/include/d/res/res_figure2b.h +++ b/include/d/res/res_figure2b.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum FIGURE2B_RES_FILE_ID { /* BCK */ FIGURE2B_BCK_VF_064L=0x0, @@ -38,5 +39,6 @@ enum FIGURE2B_RES_FILE_INDEX { /* BRK */ FIGURE2B_INDEX_BRK_VF_061=0x13, }; +#endif #endif /* RES_FIGURE2B_H */ diff --git a/include/d/res/res_figure6a.h b/include/d/res/res_figure6a.h index 0157d5d50..0931f9ecc 100644 --- a/include/d/res/res_figure6a.h +++ b/include/d/res/res_figure6a.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum FIGURE6A_RES_FILE_ID { /* BDL */ FIGURE6A_BDL_VF_116=0x0, @@ -26,5 +27,6 @@ enum FIGURE6A_RES_FILE_INDEX { FIGURE6A_INDEX_BDL_VF_122=0x9, FIGURE6A_INDEX_BDL_VF_123=0xA, }; +#endif #endif /* RES_FIGURE6A_H */ diff --git a/include/d/res/res_figure6b.h b/include/d/res/res_figure6b.h index 4a5705f1c..58d8951da 100644 --- a/include/d/res/res_figure6b.h +++ b/include/d/res/res_figure6b.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum FIGURE6B_RES_FILE_ID { /* BDL */ FIGURE6B_BDL_VF_124=0x0, @@ -20,5 +21,6 @@ enum FIGURE6B_RES_FILE_INDEX { FIGURE6B_INDEX_BDL_VF_127=0x6, FIGURE6B_INDEX_BDL_VF_128=0x7, }; +#endif #endif /* RES_FIGURE6B_H */ diff --git a/include/d/res/res_figure6c.h b/include/d/res/res_figure6c.h index b8e00fcaf..2eb1d37ae 100644 --- a/include/d/res/res_figure6c.h +++ b/include/d/res/res_figure6c.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum FIGURE6C_RES_FILE_ID { /* BDL */ FIGURE6C_BDL_VF_129=0x0, @@ -20,5 +21,6 @@ enum FIGURE6C_RES_FILE_INDEX { FIGURE6C_INDEX_BDL_VF_132=0x6, FIGURE6C_INDEX_BDL_VF_133=0x7, }; +#endif #endif /* RES_FIGURE6C_H */ diff --git a/include/d/res/res_gover.h b/include/d/res/res_gover.h index 86ccc9b96..167a85357 100644 --- a/include/d/res/res_gover.h +++ b/include/d/res/res_gover.h @@ -3,7 +3,25 @@ #include "global.h" -#if VERSION == VERSION_PAL +#if VERSION == VERSION_DEMO +enum GOVER_RES_FILE_ID { // IDs and indexes are synced + /* ROOT */ + GOVER_ARC_GOVER=0x0, + + /* SCRN */ + GOVER_BLO_GAMEOVER=0x5, + + /* TIMG */ + GOVER_BTI_SHIPFONT_A_BIG=0x8, + GOVER_BTI_SHIPFONT_E_BIG=0x9, + GOVER_BTI_SHIPFONT_G_BIG=0xA, + GOVER_BTI_SHIPFONT_M_BIG=0xB, + GOVER_BTI_SHIPFONT_O_BIG=0xC, + GOVER_BTI_SHIPFONT_R_BIG=0xD, + GOVER_BTI_SHIPFONT_V_BIG=0xE, + GOVER_BTI_SMOKE=0xF, +}; +#elif VERSION == VERSION_PAL enum GOVER_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ GOVER_BLO_GAMEOVER=0x4, diff --git a/include/d/res/res_hseki.h b/include/d/res/res_hseki.h index dc85b34f2..21db00846 100644 --- a/include/d/res/res_hseki.h +++ b/include/d/res/res_hseki.h @@ -3,6 +3,25 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum HSEKI_RES_FILE_ID { // IDs and indexes are synced + /* BDL */ + HSEKI_BDL_HSEKI3=0x5, + HSEKI_BDL_HSEKI32=0x6, + HSEKI_BDL_HSEKI4=0x7, + HSEKI_BDL_HSEKI42=0x8, + HSEKI_BDL_HSEKI5=0x9, + HSEKI_BDL_HSEKI52=0xA, + + /* BDLM */ + HSEKI_BDL_HMON1=0xD, + HSEKI_BDL_HMON2=0xE, + + /* BRK */ + HSEKI_BRK_HMON1=0x11, + HSEKI_BRK_HMON2=0x12, +}; +#else enum HSEKI_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ HSEKI_BDL_HMON1=0x4, @@ -12,5 +31,6 @@ enum HSEKI_RES_FILE_ID { // IDs and indexes are synced HSEKI_BRK_HMON1=0x8, HSEKI_BRK_HMON2=0x9, }; +#endif #endif /* RES_HSEKI_H */ diff --git a/include/d/res/res_hten1.h b/include/d/res/res_hten1.h index ae336a03e..f2ad5b9ff 100644 --- a/include/d/res/res_hten1.h +++ b/include/d/res/res_hten1.h @@ -3,6 +3,23 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum HTEN1_RES_FILE_ID { + /* DZB */ + HTEN1_DZB_HTEN1=0x1, + + /* BDL */ + HTEN1_BDL_HTEN1=0x2, +}; + +enum HTEN1_RES_FILE_INDEX { + /* DZB */ + HTEN1_INDEX_DZB_HTEN1=0x4, + + /* BDL */ + HTEN1_INDEX_BDL_HTEN1=0x7, +}; +#else enum HTEN1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ HTEN1_BDL_HTEN1=0x4, @@ -10,5 +27,6 @@ enum HTEN1_RES_FILE_ID { // IDs and indexes are synced /* DZB */ HTEN1_DZB_HTEN1=0x7, }; +#endif #endif /* RES_HTEN1_H */ diff --git a/include/d/res/res_ikadah.h b/include/d/res/res_ikadah.h index 001b3d574..5f9cbbdde 100644 --- a/include/d/res/res_ikadah.h +++ b/include/d/res/res_ikadah.h @@ -4,7 +4,11 @@ #include "global.h" enum IKADAH_RES_FILE_ID { // IDs and indexes are synced +#if VERSION == VERSION_DEMO + /* BCKS */ +#else /* BCK */ +#endif IKADAH_BCK_SVSHIP_KAITEN=0x5, /* BDL */ diff --git a/include/d/res/res_ikari.h b/include/d/res/res_ikari.h index eb3f8bc47..b15d79293 100644 --- a/include/d/res/res_ikari.h +++ b/include/d/res/res_ikari.h @@ -3,11 +3,20 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum IKARI_RES_FILE_ID { // IDs and indexes are synced + /* BMD */ + IKARI_BMD_S_IKARI2=0x3, + IKARI_BMD_S_IKARI3=0x4, + IKARI_BMD_S_IKARI4=0x5, +}; +#else enum IKARI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ IKARI_BDL_S_IKARI2=0x3, IKARI_BDL_S_IKARI3=0x4, IKARI_BDL_S_IKARI4=0x5, }; +#endif #endif /* RES_IKARI_H */ diff --git a/include/d/res/res_kmi00x.h b/include/d/res/res_kmi00x.h index 358616a34..37811ee5d 100644 --- a/include/d/res/res_kmi00x.h +++ b/include/d/res/res_kmi00x.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum KMI00X_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ KMI00X_BDL_KMI_00X=0x4, @@ -10,5 +11,6 @@ enum KMI00X_RES_FILE_ID { // IDs and indexes are synced /* BRK */ KMI00X_BRK_KMI_00X=0x7, }; +#endif #endif /* RES_KMI00X_H */ diff --git a/include/d/res/res_lkd01.h b/include/d/res/res_lkd01.h index 19a3eb621..a154b0877 100644 --- a/include/d/res/res_lkd01.h +++ b/include/d/res/res_lkd01.h @@ -155,7 +155,9 @@ enum LKD01_RES_FILE_ID { LKD01_BCK_WARPOUT=0x19E, LKD01_BCK_WARPOUTFIRST=0x19F, LKD01_BCK_35_CL_CUT5_HAKKENWAIT_O=0x1A2, +#if VERSION > VERSION_DEMO LKD01_BCK_21_CL_CUT12A_O=0x1A9, +#endif #if VERSION > VERSION_JPN LKD01_BCK_TAKTCHISIN_B=0x1AC, LKD01_BCK_TAKTFUJIN_B=0x1AD, @@ -288,7 +290,9 @@ enum LKD01_RES_FILE_ID { LKD01_BTK_35_CL_CUT5_HAKKENWAIT_O=0x1A5, LKD01_BTK_35_CL_CUT5_HAKKEN_O=0x1A6, LKD01_BTK_35_CL_CUT18_MAWARIKUMI_L=0x1A7, +#if VERSION > VERSION_DEMO LKD01_BTK_21_CL_CUT12A_O=0x1AA, +#endif #if VERSION > VERSION_JPN LKD01_BTK_TPRESENTATIONB=0x1B1, #endif @@ -443,10 +447,444 @@ enum LKD01_RES_FILE_ID { LKD01_BTP_TWARPOUT=0x1A0, LKD01_BTP_TWARPOUTFIRST=0x1A1, LKD01_BTP_35_CL_CUT5_HAKKENWAIT_O=0x1A8, +#if VERSION > VERSION_DEMO LKD01_BTP_21_CL_CUT12A_O=0x1AB, +#endif }; -#if VERSION <= VERSION_JPN +#if VERSION == VERSION_DEMO +enum LKD01_RES_FILE_INDEX { + /* BCKS */ + LKD01_INDEX_BCK_24_CL_CUT01_RUNSTOP_O=0x5, + LKD01_INDEX_BCK_24_CL_CUT01_STOPWAIT_L=0x6, + LKD01_INDEX_BCK_24_CL_CUT03_STEPBACK_O=0x7, + LKD01_INDEX_BCK_24_CL_CUT03_STEPBACKWAIT_L=0x8, + LKD01_INDEX_BCK_24_CL_CUT05_LOOKMASTER_O=0x9, + LKD01_INDEX_BCK_24_CL_CUT05_LOOKMSWAIT_L=0xA, + LKD01_INDEX_BCK_24_CL_CUT07_DASH_O=0xB, + LKD01_INDEX_BCK_24_CL_CUT09_HATWAIT_O=0xC, + LKD01_INDEX_BCK_24_CL_CUT09_POSEWAIT_L=0xD, + LKD01_INDEX_BCK_24_CL_CUT10_FACEUP_L=0xE, + LKD01_INDEX_BCK_24_CL_CUT12_LINKFLY_O=0xF, + LKD01_INDEX_BCK_24_CL_CUT13_KNOCKDOWN_O=0x10, + LKD01_INDEX_BCK_24_CL_CUT14_KNOCKDOWNWAIT_L=0x11, + LKD01_INDEX_BCK_24_CL_CUT15_FACEUP_O=0x12, + LKD01_INDEX_BCK_24_CL_CUT16_FAVEUPWAIT_L=0x13, + LKD01_INDEX_BCK_24_CL_CUT20_LOOKUP_L=0x14, + LKD01_INDEX_BCK_24_CL_CUT26_STANDUP_L=0x15, + LKD01_INDEX_BCK_24_CL_CUT26_STANDUPWAIT_L=0x16, + LKD01_INDEX_BCK_24_CL_CUT27_FLY_L=0x17, + LKD01_INDEX_BCK_24_CL_CUT32_FLYMOVE_L=0x18, + LKD01_INDEX_BCK_25_CL_CUT01_LOOKWAIT_L=0x19, + LKD01_INDEX_BCK_25_CL_CUT08_SURPRISE_O=0x1A, + LKD01_INDEX_BCK_25_CL_CUT08_SURPRISEWAIT_L=0x1B, + LKD01_INDEX_BCK_25_CL_CUT14_HEARWAIT_L=0x1C, + LKD01_INDEX_BCK_25_CL_CUT16_LOOKT_O=0x1D, + LKD01_INDEX_BCK_25_CL_CUT16_LOOKTWAIT_L=0x1E, + LKD01_INDEX_BCK_25_CL_CUT22_MABUSII_L=0x1F, + LKD01_INDEX_BCK_25_CL_CUT22_SURPRISE_O=0x20, + LKD01_INDEX_BCK_25_CL_CUT28_WAIT_L=0x21, + LKD01_INDEX_BCK_25_CL_CUT29_NOD_L=0x22, + LKD01_INDEX_BCK_25_CL_CUT31_SURPRISE_O=0x23, + LKD01_INDEX_BCK_25_CL_CUT31_SURPRISEWAIT_L=0x24, + LKD01_INDEX_BCK_25_CL_CUT32_STOP_O=0x25, + LKD01_INDEX_BCK_25_CL_CUT33_STOPWAIT_L=0x26, + LKD01_INDEX_BCK_25_CL_CUT33_TURN_O=0x27, + LKD01_INDEX_BCK_25_CL_CUT33_TURNWAIT_L=0x28, + LKD01_INDEX_BCK_25_CL_CUT35_ADMIREWAIT_L=0x29, + LKD01_INDEX_BCK_25_CL_CUT35_STOPTURN_O=0x2A, + LKD01_INDEX_BCK_25_CL_CUT35_STOPTURNWAIT_L=0x2B, + LKD01_INDEX_BCK_25_CL_CUT36_TURN_O=0x2C, + LKD01_INDEX_BCK_25_CL_CUT36_TURNWAIT_L=0x2D, + LKD01_INDEX_BCK_25_CL_CUT37_TURNRUN_O=0x2E, + LKD01_INDEX_BCK_28_CL_AISATU_O=0x2F, + LKD01_INDEX_BCK_29_CL_MSHENKA_O=0x30, + LKD01_INDEX_BCK_29_CL_MITE_SYOUMENN_O=0x31, + LKD01_INDEX_BCK_29_CL_MITE_UNAZUKU_O=0x32, + LKD01_INDEX_BCK_30_CL_UNAZUKI_O=0x33, + LKD01_INDEX_BCK_33_CL_TE_MIRU_L=0x34, + LKD01_INDEX_BCK_33_CL_TE_MOYOU_O=0x35, + LKD01_INDEX_BCK_33_CL_TEAGE_L=0x36, + LKD01_INDEX_BCK_18_CL_CUT17_FWAIT_L=0x37, + LKD01_INDEX_BCK_45_CL_CUT01_WAIT_L=0x38, + LKD01_INDEX_BCK_45_CL_CUT07_LOOKWAIT_L=0x39, + LKD01_INDEX_BCK_45_CL_CUT11_LOOKSHIP_O=0x3A, + LKD01_INDEX_BCK_45_CL_CUT11_LOOKSHIPWAIT_L=0x3B, + LKD01_INDEX_BCK_45_CL_CUT11_STANDWAIT_L=0x3C, + LKD01_INDEX_BCK_45_CL_CUT12_SINSUI_L=0x3D, + LKD01_INDEX_BCK_MCLINK209=0x3E, + LKD01_INDEX_BCK_47_CL_NOTICEWAIT_L=0x3F, + LKD01_INDEX_BCK_21_CL_CUT12B_O=0x40, + LKD01_INDEX_BCK_37_CL_CUT12_FAINTAWAY_L=0x41, + LKD01_INDEX_BCK_37_CL_CUT17_WAKEUP_O=0x42, + LKD01_INDEX_BCK_37_CL_CUT17_WAKEUPWAIT_L=0x43, + LKD01_INDEX_BCK_37_CL_CUT18_GETUP_O=0x44, + LKD01_INDEX_BCK_37_CL_CUT18_GETUPWAIT_L=0x45, + LKD01_INDEX_BCK_37_CL_CUT20_180TURN_O=0x46, + LKD01_INDEX_BCK_37_CL_CUT20_180TURNWAIT_L=0x47, + LKD01_INDEX_BCK_37_CL_CUT24_HANDUP_O=0x48, + LKD01_INDEX_BCK_37_CL_CUT24_HANDUPWAIT_L=0x49, + LKD01_INDEX_BCK_37_CL_CUT24_SMILING_L=0x4A, + LKD01_INDEX_BCK_28_CL_KAKAE_L=0x4B, + LKD01_INDEX_BCK_28_CL_MIAGE_L=0x4C, + LKD01_INDEX_BCK_26_CL_CUT01_STANDINGWAIT_L=0x4D, + LKD01_INDEX_BCK_26_CL_CUT02_SURPRISE_O=0x4E, + LKD01_INDEX_BCK_26_CL_CUT02_SURPRISEWAIT_L=0x4F, + LKD01_INDEX_BCK_26_CL_CUT03_FACEAWAY_O=0x50, + LKD01_INDEX_BCK_26_CL_CUT03_FACEAWAYWAIT_L=0x51, + LKD01_INDEX_BCK_26_CL_CUT05_BLANKLYWAIT_L=0x52, + LKD01_INDEX_BCK_26_CL_CUT08_LOOKFORROW_L=0x53, + LKD01_INDEX_BCK_26_CL_CUT08_LOOKFORROWWAIT_L=0x54, + LKD01_INDEX_BCK_26_CL_CUT08_SHOCK2ND_O=0x55, + LKD01_INDEX_BCK_26_CL_CUT08_SHOCK_O=0x56, + LKD01_INDEX_BCK_26_CL_CUT08_SHOCKWAIT_L=0x57, + LKD01_INDEX_BCK_26_CL_CUT11_LOOKUPWAIT_L=0x58, + LKD01_INDEX_BCK_26_CL_CUT13_SURPRISE_O=0x59, + LKD01_INDEX_BCK_26_CL_CUT13_SURPRISEWAIT_L=0x5A, + LKD01_INDEX_BCK_26_CL_CUT13_TURNAWAY_O=0x5B, + LKD01_INDEX_BCK_26_CL_CUT13_TURNAWAYWAIT_L=0x5C, + LKD01_INDEX_BCK_46_CL_CUT01_WAITB_L=0x5D, + LKD01_INDEX_BCK_46_CL_CUT01_WAIT_L=0x5E, + LKD01_INDEX_BCK_46_CL_CUT06_LOOKUP_O=0x5F, + LKD01_INDEX_BCK_46_CL_CUT06_LOOKUPWAIT_L=0x60, + LKD01_INDEX_BCK_46_CL_CUT10_LOOKBACK_O=0x61, + LKD01_INDEX_BCK_46_CL_CUT10_LOOKBACKWAIT_L=0x62, + LKD01_INDEX_BCK_46_CL_CUT12_LOOKUPB_O=0x63, + LKD01_INDEX_BCK_46_CL_CUT12_LOOKUPBWAIT_L=0x64, + LKD01_INDEX_BCK_46_CL_CUT16_WAIT_L=0x65, + LKD01_INDEX_BCK_46_CL_CUT25_WAIT_L=0x66, + LKD01_INDEX_BCK_31_CL_CUT06_PLAYEND_L=0x67, + LKD01_INDEX_BCK_ITEMGET=0x68, + LKD01_INDEX_BCK_18_CL_CUT15_ITEMGET_O=0x69, + LKD01_INDEX_BCK_D43_CL_CUT10_WAIT_L=0x6A, + LKD01_INDEX_BCK_D43_CL_CUT19_FUNBARI_L=0x6B, + LKD01_INDEX_BCK_D43_CL_CUT19_KIZUKU_O=0x6C, + LKD01_INDEX_BCK_D43_CL_CUT19_MIAGEWAIT_L=0x6D, + LKD01_INDEX_BCK_D43_CL_CUT19_SLOWFUNBARI_L=0x6E, + LKD01_INDEX_BCK_D43_CL_CUT19_UKABU_O=0x6F, + LKD01_INDEX_BCK_D43_CL_CUT21_NOBASU_O=0x70, + LKD01_INDEX_BCK_D43_CL_CUT21_WAIT_L=0x71, + LKD01_INDEX_BCK_D43_CL_CUT24_WAIT_L=0x72, + LKD01_INDEX_BCK_D43_CL_CUT2_WAIT_O=0x73, + LKD01_INDEX_BCK_D43_CL_CUT4_JUMP_O=0x74, + LKD01_INDEX_BCK_D43_CL_CUT4_WAIT_L=0x75, + LKD01_INDEX_BCK_D43_CL_CUT5_MIAGERU_O=0x76, + LKD01_INDEX_BCK_D43_CL_CUT5_TAORERU_O=0x77, + LKD01_INDEX_BCK_D43_CL_CUT5_WAIT_L=0x78, + LKD01_INDEX_BCK_D43_CL_CUT6_WAIT_L=0x79, + LKD01_INDEX_BCK_42_CL_CUT13_O=0x7A, + LKD01_INDEX_BCK_42_CL_CUT15_O=0x7B, + LKD01_INDEX_BCK_42_CL_CUT16_L=0x7C, + LKD01_INDEX_BCK_42_CL_CUT17_O=0x7D, + LKD01_INDEX_BCK_42_CL_CUT19_L=0x7E, + LKD01_INDEX_BCK_42_CL_CUT1_L=0x7F, + LKD01_INDEX_BCK_42_CL_CUT20_L=0x80, + LKD01_INDEX_BCK_42_CL_CUT25_L=0x81, + LKD01_INDEX_BCK_42_CL_CUT28_O=0x82, + LKD01_INDEX_BCK_42_CL_CUT29_L=0x83, + LKD01_INDEX_BCK_42_CL_CUT44A_O=0x84, + LKD01_INDEX_BCK_42_CL_CUT44B_O=0x85, + LKD01_INDEX_BCK_42_CL_CUT44C_O=0x86, + LKD01_INDEX_BCK_42_CL_CUT45B_O=0x87, + LKD01_INDEX_BCK_42_CL_CUT45C_L=0x88, + LKD01_INDEX_BCK_42_CL_CUT45_L=0x89, + LKD01_INDEX_BCK_42_CL_CUT46_L=0x8A, + LKD01_INDEX_BCK_42_CL_CUT48_O=0x8B, + LKD01_INDEX_BCK_42_CL_CUT10_O=0x8C, + LKD01_INDEX_BCK_10_CL_CUT11_LOOKSKY_O=0x8D, + LKD01_INDEX_BCK_35_CL_CUT18_MAWARIKUMI_L=0x8E, + LKD01_INDEX_BCK_35_CL_CUT1_WALK_L=0x8F, + LKD01_INDEX_BCK_35_CL_CUT5_HAKKEN_O=0x90, + LKD01_INDEX_BCK_35_CL_CUT8_KAMAETEBIKU_O=0x91, + LKD01_INDEX_BCK_35_CL_CUT8_WAIT_L=0x92, + LKD01_INDEX_BCK_36_CL_CUT1_HAAHAA_WAIT_L=0x93, + LKD01_INDEX_BCK_36_CL_CUT1_HURIKAERI_O=0x94, + LKD01_INDEX_BCK_36_CL_CUT1_WAIT_L=0x95, + LKD01_INDEX_BCK_TAKTCHISIN=0x96, + LKD01_INDEX_BCK_TAKTFUJIN=0x97, + LKD01_INDEX_BCK_WARPOUT=0x98, + LKD01_INDEX_BCK_WARPOUTFIRST=0x99, + LKD01_INDEX_BCK_35_CL_CUT5_HAKKENWAIT_O=0x9A, + + /* BTK */ + LKD01_INDEX_BTK_24_CL_CUT03_STEPBACK_O_DVW=0x9D, + LKD01_INDEX_BTK_33_CL_TE_MOYOU_O=0x9E, + LKD01_INDEX_BTK_33_CL_TE_MIRU_L=0x9F, + LKD01_INDEX_BTK_30_CL_UNAZUKI_O=0xA0, + LKD01_INDEX_BTK_29_CL_MSPOWER_UP_O=0xA1, + LKD01_INDEX_BTK_29_CL_MITE_UNAZUKU_O=0xA2, + LKD01_INDEX_BTK_29_CL_MITE_SYOUMENN_O=0xA3, + LKD01_INDEX_BTK_28_CL_AISATU_O=0xA4, + LKD01_INDEX_BTK_25_CL_CUT37_TURNRUN_O=0xA5, + LKD01_INDEX_BTK_25_CL_CUT36_TURNWAIT_L=0xA6, + LKD01_INDEX_BTK_25_CL_CUT36_TURN_O=0xA7, + LKD01_INDEX_BTK_25_CL_CUT35_STOPTURN_O=0xA8, + LKD01_INDEX_BTK_25_CL_CUT35_STOPTRUNWAIT_L=0xA9, + LKD01_INDEX_BTK_25_CL_CUT35_ADMIREWAIT_L=0xAA, + LKD01_INDEX_BTK_25_CL_CUT33_TURNWAIT_L=0xAB, + LKD01_INDEX_BTK_25_CL_CUT33_TURN_O=0xAC, + LKD01_INDEX_BTK_25_CL_CUT33_STOPWAIT_L=0xAD, + LKD01_INDEX_BTK_25_CL_CUT32_STOP_O=0xAE, + LKD01_INDEX_BTK_25_CL_CUT31_SURPRISEWAIT_L=0xAF, + LKD01_INDEX_BTK_25_CL_CUT31_SURPRISE_O=0xB0, + LKD01_INDEX_BTK_25_CL_CUT29_NOD_L=0xB1, + LKD01_INDEX_BTK_25_CL_CUT28_WAIT_L=0xB2, + LKD01_INDEX_BTK_25_CL_CUT22_SURPRISE_O=0xB3, + LKD01_INDEX_BTK_25_CL_CUT22_MABUSII_L=0xB4, + LKD01_INDEX_BTK_25_CL_CUT16_LOOKTWAIT_L=0xB5, + LKD01_INDEX_BTK_25_CL_CUT16_LOOKT_O=0xB6, + LKD01_INDEX_BTK_25_CL_CUT14_HEARWAIT_L=0xB7, + LKD01_INDEX_BTK_25_CL_CUT08_SURPRISEWAIT_L=0xB8, + LKD01_INDEX_BTK_25_CL_CUT08_SURPRISE_O=0xB9, + LKD01_INDEX_BTK_25_CL_CUT01_LOOKWAIT_L=0xBA, + LKD01_INDEX_BTK_24_CL_CUT20_LOOKZL_L=0xBB, + LKD01_INDEX_BTK_24_CL_CUT16_FACEUPWAIT_L=0xBC, + LKD01_INDEX_BTK_24_CL_CUT15_FACEUP_O=0xBD, + LKD01_INDEX_BTK_24_CL_CUT10_FACEUP_O=0xBE, + LKD01_INDEX_BTK_24_CL_CUT07_DASH_O=0xBF, + LKD01_INDEX_BTK_24_CL_CUT05_LOOKMSWAIT_L=0xC0, + LKD01_INDEX_BTK_24_CL_CUT05_LOOKMS_O=0xC1, + LKD01_INDEX_BTK_24_CL_CUT03_SWORDSETWAIT_L=0xC2, + LKD01_INDEX_BTK_33_CL_TEAGE_L=0xC3, + LKD01_INDEX_BTK_TECN=0xC4, + LKD01_INDEX_BTK_18_CL_CUT17_FWAIT=0xC5, + LKD01_INDEX_BTK_45_CL_CUT11_LOOKSHIP_O=0xC6, + LKD01_INDEX_BTK_45_CL_CUT07_LOOKWAIT_L=0xC7, + LKD01_INDEX_BTK_45_CL_CUT01_WAIT_L=0xC8, + LKD01_INDEX_BTK_45_CL_CUT11_LOOKWAIT_L=0xC9, + LKD01_INDEX_BTK_45_CL_CUT11_STANDWAIT_L=0xCA, + LKD01_INDEX_BTK_45_CL_CUT12_SINSUI_L=0xCB, + LKD01_INDEX_BTK_TMCLINK203=0xCC, + LKD01_INDEX_BTK_47_CL_NOTICEWAIT_L=0xCD, + LKD01_INDEX_BTK_21_CL_CUT12B_O=0xCE, + LKD01_INDEX_BTK_37_CL_CUT20_180TURNWAIT_L=0xCF, + LKD01_INDEX_BTK_37_CL_CUT20_180TURN_O=0xD0, + LKD01_INDEX_BTK_28_CL_KAKAE_L=0xD1, + LKD01_INDEX_BTK_28_CL_MIAGE_L=0xD2, + LKD01_INDEX_BTK_26_CL_CUT01_STANDINGWAIT_L=0xD3, + LKD01_INDEX_BTK_26_CL_CUT02_SURPRISE_O=0xD4, + LKD01_INDEX_BTK_26_CL_CUT02_SURPRISEWAIT_L=0xD5, + LKD01_INDEX_BTK_26_CL_CUT03_FACEAWAY_O=0xD6, + LKD01_INDEX_BTK_26_CL_CUT03_FACEAWAYWAIT_L=0xD7, + LKD01_INDEX_BTK_26_CL_CUT05_BLANKLYWAIT_L=0xD8, + LKD01_INDEX_BTK_26_CL_CUT08_LOOKFORROW_L=0xD9, + LKD01_INDEX_BTK_26_CL_CUT08_LOOKFORROWWAIT_L=0xDA, + LKD01_INDEX_BTK_26_CL_CUT09_SHOCK2ND_O=0xDB, + LKD01_INDEX_BTK_26_CL_CUT09_SHOCK_O=0xDC, + LKD01_INDEX_BTK_26_CL_CUT11_LOOKUPWAIT_L=0xDD, + LKD01_INDEX_BTK_26_CL_CUT13_SURPRISE_O=0xDE, + LKD01_INDEX_BTK_26_CL_CUT13_SURPRISEWAIT_L=0xDF, + LKD01_INDEX_BTK_26_CL_CUT13_TURNAWAY_O=0xE0, + LKD01_INDEX_BTK_26_CL_CUT13_TURNAWAYWAIT_L=0xE1, + LKD01_INDEX_BTK_46_CL_CUT01_WAIT_L=0xE2, + LKD01_INDEX_BTK_46_CL_CUT06_LOOKUP_O=0xE3, + LKD01_INDEX_BTK_46_CL_CUT06_LOOKUPWAIT_L=0xE4, + LKD01_INDEX_BTK_46_CL_CUT10_LOOKBACK_O=0xE5, + LKD01_INDEX_BTK_46_CL_CUT10_LOOKBACKWAIT_L=0xE6, + LKD01_INDEX_BTK_46_CL_CUT12_LOOKUPB_O=0xE7, + LKD01_INDEX_BTK_46_CL_CUT12_LOOKUPBWAIT_L=0xE8, + LKD01_INDEX_BTK_46_CL_CUT16_WAIT_L=0xE9, + LKD01_INDEX_BTK_46_CL_CUT25_WAIT_L=0xEA, + LKD01_INDEX_BTK_TITEMGET=0xEB, + LKD01_INDEX_BTK_D43_CL_CUT5_MIAGERU_O=0xEC, + LKD01_INDEX_BTK_D43_CL_CUT6_WAIT_L=0xED, + LKD01_INDEX_BTK_D43_CL_CUT5_WAIT_L=0xEE, + LKD01_INDEX_BTK_D43_CL_CUT5_TAORERU_O=0xEF, + LKD01_INDEX_BTK_D43_CL_CUT4_WAIT_L=0xF0, + LKD01_INDEX_BTK_D43_CL_CUT4_JUMP_O=0xF1, + LKD01_INDEX_BTK_D43_CL_CUT2_WAIT_L=0xF2, + LKD01_INDEX_BTK_D43_CL_CUT24_WAIT_L=0xF3, + LKD01_INDEX_BTK_D43_CL_CUT24_WAIT_=0xF4, + LKD01_INDEX_BTK_D43_CL_CUT21_WAIT_L=0xF5, + LKD01_INDEX_BTK_D43_CL_CUT21_NOBASU_O=0xF6, + LKD01_INDEX_BTK_D43_CL_CUT19_UKABU_O=0xF7, + LKD01_INDEX_BTK_D43_CL_CUT19_SLOWFUNBARI_L=0xF8, + LKD01_INDEX_BTK_D43_CL_CUT19_MIAGEWAIT_L=0xF9, + LKD01_INDEX_BTK_D43_CL_CUT19_KIZUKU_O=0xFA, + LKD01_INDEX_BTK_D43_CL_CUT19_FUNBARI_L=0xFB, + LKD01_INDEX_BTK_D43_CL_CUT19=0xFC, + LKD01_INDEX_BTK_D43_CL_CUT10_WAIT_L=0xFD, + LKD01_INDEX_BTK_42_CL_CUT17_O=0xFE, + LKD01_INDEX_BTK_42_CL_CUT10_O=0xFF, + LKD01_INDEX_BTK_42_CL_CUT13_O=0x100, + LKD01_INDEX_BTK_42_CL_CUT15_O=0x101, + LKD01_INDEX_BTK_42_CL_CUT16_L=0x102, + LKD01_INDEX_BTK_42_CL_CUT19_L=0x103, + LKD01_INDEX_BTK_42_CL_CUT1_L=0x104, + LKD01_INDEX_BTK_42_CL_CUT20_L=0x105, + LKD01_INDEX_BTK_42_CL_CUT25_L=0x106, + LKD01_INDEX_BTK_42_CL_CUT28_O=0x107, + LKD01_INDEX_BTK_42_CL_CUT29_L=0x108, + LKD01_INDEX_BTK_42_CL_CUT44A_O=0x109, + LKD01_INDEX_BTK_42_CL_CUT44B_O=0x10A, + LKD01_INDEX_BTK_42_CL_CUT44C_O=0x10B, + LKD01_INDEX_BTK_42_CL_CUT45B_O=0x10C, + LKD01_INDEX_BTK_42_CL_CUT45C_L=0x10D, + LKD01_INDEX_BTK_42_CL_CUT45_L=0x10E, + LKD01_INDEX_BTK_42_CL_CUT46_L=0x10F, + LKD01_INDEX_BTK_42_CL_CUT48_O=0x110, + LKD01_INDEX_BTK_CL_DEFOLT_00=0x111, + LKD01_INDEX_BTK_35_CL_CUT1_CUT5=0x112, + LKD01_INDEX_BTK_35_CL_CUT8_WAIT_CUT18=0x113, + LKD01_INDEX_BTK_36_CUT1_ALL=0x114, + LKD01_INDEX_BTK_35_CL_CUT8_WAIT_L=0x115, + LKD01_INDEX_BTK_35_CL_CUT8_KAMAETEBIKU_O=0x116, + LKD01_INDEX_BTK_35_CL_CUT5_HAKKENWAIT_O=0x117, + LKD01_INDEX_BTK_35_CL_CUT5_HAKKEN_O=0x118, + LKD01_INDEX_BTK_35_CL_CUT18_MAWARIKUMI_L=0x119, + + /* BTP */ + LKD01_INDEX_BTP_25_CL_CUT29_NOD_L=0x11C, + LKD01_INDEX_BTP_33_CL_TE_MOYOU_O=0x11D, + LKD01_INDEX_BTP_33_CL_TE_MIRU_L=0x11E, + LKD01_INDEX_BTP_30_CL_UNAZUKI_O=0x11F, + LKD01_INDEX_BTP_29_CL_MSHENKA_O=0x120, + LKD01_INDEX_BTP_29_CL_MITE_UNAZUKU_O=0x121, + LKD01_INDEX_BTP_29_CL_MITE_SYOUMENN_O=0x122, + LKD01_INDEX_BTP_28_CL_AISATU_O=0x123, + LKD01_INDEX_BTP_25_CL_CUT37_TURNRUN_O=0x124, + LKD01_INDEX_BTP_25_CL_CUT36_TURNWAIT_L=0x125, + LKD01_INDEX_BTP_25_CL_CUT36_TURN_O=0x126, + LKD01_INDEX_BTP_25_CL_CUT35_STOPTURNWAIT_L=0x127, + LKD01_INDEX_BTP_25_CL_CUT35_STOPTURN_O=0x128, + LKD01_INDEX_BTP_25_CL_CUT35_ADMIREWAIT_L=0x129, + LKD01_INDEX_BTP_25_CL_CUT33_TURNWAIT_L=0x12A, + LKD01_INDEX_BTP_25_CL_CUT33_TURN_O=0x12B, + LKD01_INDEX_BTP_25_CL_CUT33_STOPWAIT_L=0x12C, + LKD01_INDEX_BTP_25_CL_CUT32_STOP_O=0x12D, + LKD01_INDEX_BTP_25_CL_CUT31_SURPRISEWAIT_L=0x12E, + LKD01_INDEX_BTP_25_CL_CUT31_SURPRISE_O=0x12F, + LKD01_INDEX_BTP_33_CL_TEAGE_L=0x130, + LKD01_INDEX_BTP_25_CL_CUT28_WAIT_L=0x131, + LKD01_INDEX_BTP_25_CL_CUT22_SURPRISE_O=0x132, + LKD01_INDEX_BTP_25_CL_CUT22_MABUSII_L=0x133, + LKD01_INDEX_BTP_25_CL_CUT16_LOOKTWAIT_L=0x134, + LKD01_INDEX_BTP_25_CL_CUT16_LOOKT_O=0x135, + LKD01_INDEX_BTP_25_CL_CUT14_HEARWAIT_L=0x136, + LKD01_INDEX_BTP_25_CL_CUT08_SURPRISEWAIT_L=0x137, + LKD01_INDEX_BTP_25_CL_CUT08_SURPRISE_O=0x138, + LKD01_INDEX_BTP_25_CL_CUT01_LOOKWAIT_L=0x139, + LKD01_INDEX_BTP_24_CL_CUT32_FLYMOVE_L=0x13A, + LKD01_INDEX_BTP_24_CL_CUT27_FLY_L=0x13B, + LKD01_INDEX_BTP_24_CL_CUT26_STANDUPWAIT_L=0x13C, + LKD01_INDEX_BTP_24_CL_CUT26_STANDUP_L=0x13D, + LKD01_INDEX_BTP_24_CL_CUT20_LOOKUP_L=0x13E, + LKD01_INDEX_BTP_24_CL_CUT16_FAVEUPWAIT_L=0x13F, + LKD01_INDEX_BTP_24_CL_CUT15_FACEUP_O=0x140, + LKD01_INDEX_BTP_24_CL_CUT14_KNOCKDOWNWAIT_L=0x141, + LKD01_INDEX_BTP_24_CL_CUT13_KNOCKDOWN_O=0x142, + LKD01_INDEX_BTP_24_CL_CUT12_LINKFLY_O=0x143, + LKD01_INDEX_BTP_24_CL_CUT10_FACEUP_L=0x144, + LKD01_INDEX_BTP_24_CL_CUT09_POSEWAIT_L=0x145, + LKD01_INDEX_BTP_24_CL_CUT09_HATWAIT_O=0x146, + LKD01_INDEX_BTP_24_CL_CUT07_DASH_O=0x147, + LKD01_INDEX_BTP_24_CL_CUT05_LOOKMSWAIT_L=0x148, + LKD01_INDEX_BTP_24_CL_CUT05_LOOKMASTER_O=0x149, + LKD01_INDEX_BTP_24_CL_CUT03_STEPBACKWAIT_L=0x14A, + LKD01_INDEX_BTP_24_CL_CUT03_STEPBACK_O=0x14B, + LKD01_INDEX_BTP_24_CL_CUT01_STOPWAIT_L=0x14C, + LKD01_INDEX_BTP_24_CL_CUT01_RUNSTOP_O=0x14D, + LKD01_INDEX_BTP_18_CL_CUT17_FWAIT_L=0x14E, + LKD01_INDEX_BTP_45_CL_CUT11_LOOKSHIPWAIT_L=0x14F, + LKD01_INDEX_BTP_45_CL_CUT07_LOOKWAIT_L=0x150, + LKD01_INDEX_BTP_45_CL_CUT11_LOOKSHIP_O=0x151, + LKD01_INDEX_BTP_45_CL_CUT01_WAIT_L=0x152, + LKD01_INDEX_BTP_45_CL_CUT11_STANDWAIT_L=0x153, + LKD01_INDEX_BTP_45_CL_CUT12_SINSUI_L=0x154, + LKD01_INDEX_BTP_TMCLINK203=0x155, + LKD01_INDEX_BTP_47_CL_NOTICEWAIT_L=0x156, + LKD01_INDEX_BTP_21_CL_CUT12B_O=0x157, + LKD01_INDEX_BTP_37_CL_CUT12_FAINTAWAY_L=0x158, + LKD01_INDEX_BTP_37_CL_CUT17_WAKEUPWAIT_L=0x159, + LKD01_INDEX_BTP_37_CL_CUT17_WAKEUP_O=0x15A, + LKD01_INDEX_BTP_37_CL_CUT18_GETUPWAIT_L=0x15B, + LKD01_INDEX_BTP_37_CL_CUT18_GETUP_O=0x15C, + LKD01_INDEX_BTP_37_CL_CUT20_180TURNWAIT_L=0x15D, + LKD01_INDEX_BTP_37_CL_CUT20_180TURN_O=0x15E, + LKD01_INDEX_BTP_37_CL_CUT24_HANDUPWAIT_L=0x15F, + LKD01_INDEX_BTP_37_CL_CUT24_HANDUP_O=0x160, + LKD01_INDEX_BTP_37_CL_CUT24_SMILING_L=0x161, + LKD01_INDEX_BTP_28_CL_KAKAE_L=0x162, + LKD01_INDEX_BTP_28_CL_MIAGE_L=0x163, + LKD01_INDEX_BTP_26_CL_CUT01_STANDINGWAIT_L=0x164, + LKD01_INDEX_BTP_26_CL_CUT02_SURPRISE_O=0x165, + LKD01_INDEX_BTP_26_CL_CUT02_SURPRISEWAIT_L=0x166, + LKD01_INDEX_BTP_26_CL_CUT03_FACEAWAY_O=0x167, + LKD01_INDEX_BTP_26_CL_CUT03_FACEAWAYWAIT_L=0x168, + LKD01_INDEX_BTP_26_CL_CUT05_BLANKLYWAIT_L=0x169, + LKD01_INDEX_BTP_26_CL_CUT08_LOOKFORROW_L=0x16A, + LKD01_INDEX_BTP_26_CL_CUT08_LOOKFORROWWAIT_L=0x16B, + LKD01_INDEX_BTP_26_CL_CUT08_SHOCK2ND_O=0x16C, + LKD01_INDEX_BTP_26_CL_CUT08_SHOCK_O=0x16D, + LKD01_INDEX_BTP_26_CL_CUT08_SHOCKWAIT_L=0x16E, + LKD01_INDEX_BTP_26_CL_CUT11_LOOKUPWAIT_L=0x16F, + LKD01_INDEX_BTP_26_CL_CUT13_SURPRISE_O=0x170, + LKD01_INDEX_BTP_26_CL_CUT13_SURPRISEWAIT_L=0x171, + LKD01_INDEX_BTP_26_CL_CUT13_TURNAWAY_O=0x172, + LKD01_INDEX_BTP_26_CL_CUT13_TURNAWAYWAIT_L=0x173, + LKD01_INDEX_BTP_46_CL_CUT01_WAIT_L=0x174, + LKD01_INDEX_BTP_46_CL_CUT01_WAITB_L=0x175, + LKD01_INDEX_BTP_46_CL_CUT06_LOOKUP_O=0x176, + LKD01_INDEX_BTP_46_CL_CUT06_LOOKUPWAIT_L=0x177, + LKD01_INDEX_BTP_46_CL_CUT10_LOOKBACK_O=0x178, + LKD01_INDEX_BTP_46_CL_CUT10_LOOKBACKWAIT_L=0x179, + LKD01_INDEX_BTP_46_CL_CUT12_LOOKUPB_O=0x17A, + LKD01_INDEX_BTP_46_CL_CUT12_LOOKUPBWAIT_L=0x17B, + LKD01_INDEX_BTP_46_CL_CUT16_WAIT_L=0x17C, + LKD01_INDEX_BTP_46_CL_CUT25_WAIT_L=0x17D, + LKD01_INDEX_BTP_31_CL_CUT06_PLAYEND_L=0x17E, + LKD01_INDEX_BTP_TITEMGET=0x17F, + LKD01_INDEX_BTP_D43_CL_CUT6_WAIT_L=0x180, + LKD01_INDEX_BTP_D43_CL_CUT5_WAIT_L=0x181, + LKD01_INDEX_BTP_D43_CL_CUT5_TAORERU_O=0x182, + LKD01_INDEX_BTP_D43_CL_CUT5_MIAGERU_O=0x183, + LKD01_INDEX_BTP_D43_CL_CUT4_WAIT_L=0x184, + LKD01_INDEX_BTP_D43_CL_CUT4_JUMP_O=0x185, + LKD01_INDEX_BTP_D43_CL_CUT2_WAIT_O=0x186, + LKD01_INDEX_BTP_D43_CL_CUT24_WAIT_L=0x187, + LKD01_INDEX_BTP_D43_CL_CUT21_WAIT_L=0x188, + LKD01_INDEX_BTP_D43_CL_CUT21_NOBASU_O=0x189, + LKD01_INDEX_BTP_D43_CL_CUT19_UKABU_O=0x18A, + LKD01_INDEX_BTP_D43_CL_CUT19_SLOWFUNBARI_L=0x18B, + LKD01_INDEX_BTP_D43_CL_CUT19_MIAGEWAIT_L=0x18C, + LKD01_INDEX_BTP_D43_CL_CUT19_KIZUKU_O=0x18D, + LKD01_INDEX_BTP_D43_CL_CUT19_FUNBARI_L=0x18E, + LKD01_INDEX_BTP_D43_CL_CUT10_WAIT_L=0x18F, + LKD01_INDEX_BTP_42_CL_CUT1_L=0x190, + LKD01_INDEX_BTP_42_CL_CUT10_L=0x191, + LKD01_INDEX_BTP_42_CL_CUT13_O=0x192, + LKD01_INDEX_BTP_42_CL_CUT15_O=0x193, + LKD01_INDEX_BTP_42_CL_CUT16_L=0x194, + LKD01_INDEX_BTP_42_CL_CUT17_O=0x195, + LKD01_INDEX_BTP_42_CL_CUT19_L=0x196, + LKD01_INDEX_BTP_42_CL_CUT20_L=0x197, + LKD01_INDEX_BTP_42_CL_CUT25_L=0x198, + LKD01_INDEX_BTP_42_CL_CUT28_O=0x199, + LKD01_INDEX_BTP_42_CL_CUT29_L=0x19A, + LKD01_INDEX_BTP_42_CL_CUT44A_O=0x19B, + LKD01_INDEX_BTP_42_CL_CUT44B_O=0x19C, + LKD01_INDEX_BTP_42_CL_CUT44C_O=0x19D, + LKD01_INDEX_BTP_42_CL_CUT45_L=0x19E, + LKD01_INDEX_BTP_42_CL_CUT45B_O=0x19F, + LKD01_INDEX_BTP_42_CL_CUT45C_L=0x1A0, + LKD01_INDEX_BTP_42_CL_CUT46_L=0x1A1, + LKD01_INDEX_BTP_42_CL_CUT48_O=0x1A2, + LKD01_INDEX_BTP_10_CL_CUT11_LOOKSKY_O=0x1A3, + LKD01_INDEX_BTP_35_CL_CUT1_WALK_L=0x1A4, + LKD01_INDEX_BTP_35_CL_CUT18_MAWARIKUMI_L=0x1A5, + LKD01_INDEX_BTP_35_CL_CUT5_HAKKEN_O=0x1A6, + LKD01_INDEX_BTP_35_CL_CUT8_KAMAETEBIKU_O=0x1A7, + LKD01_INDEX_BTP_35_CL_CUT8_WAIT_L=0x1A8, + LKD01_INDEX_BTP_36_CL_CUT1_HAAHAA_WAIT_L=0x1A9, + LKD01_INDEX_BTP_36_CL_CUT1_HURIKAERI_O=0x1AA, + LKD01_INDEX_BTP_36_CL_CUT1_WAIT_L=0x1AB, + LKD01_INDEX_BTP_TTAKTFUJIN=0x1AC, + LKD01_INDEX_BTP_TTAKTCHISIN=0x1AD, + LKD01_INDEX_BTP_TWARPOUT=0x1AE, + LKD01_INDEX_BTP_TWARPOUTFIRST=0x1AF, + LKD01_INDEX_BTP_35_CL_CUT5_HAKKENWAIT_O=0x1B0, +}; +#elif VERSION == VERSION_JPN enum LKD01_RES_FILE_INDEX { /* BCKS */ LKD01_INDEX_BCK_24_CL_CUT01_RUNSTOP_O=0x5, diff --git a/include/d/res/res_mgst.h b/include/d/res/res_mgst.h index 8f6e38501..1563e9cb4 100644 --- a/include/d/res/res_mgst.h +++ b/include/d/res/res_mgst.h @@ -37,6 +37,25 @@ enum MGST_RES_FILE_ID { // IDs and indexes are synced MGST_BTI_MS_SHIPFONT_Y_BIG=0x20, MGST_BTI_MS_SHIPFONT_Z=0x21, }; +#elif VERSION == VERSION_DEMO +enum MGST_RES_FILE_ID { // IDs and indexes are synced + /* ROOT */ + MGST_ARC_MGST=0x0, + + /* SCRN */ + MGST_BLO_SHIP_RACE1=0x5, + + /* TIMG */ + MGST_BTI_SHIPFONT_1=0x8, + MGST_BTI_SHIPFONT_1_2=0x9, + MGST_BTI_SHIPFONT_2=0xA, + MGST_BTI_SHIPFONT_2_2=0xB, + MGST_BTI_SHIPFONT_3=0xC, + MGST_BTI_SHIPFONT_3_2=0xD, + MGST_BTI_SHIPFONT_EX=0xE, + MGST_BTI_SHIPFONT_G_BIG=0xF, + MGST_BTI_SHIPFONT_O=0x10, +}; #else enum MGST_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ diff --git a/include/d/res/res_mgtem.h b/include/d/res/res_mgtem.h index a3702ade8..2bdfe4ef3 100644 --- a/include/d/res/res_mgtem.h +++ b/include/d/res/res_mgtem.h @@ -3,7 +3,37 @@ #include "global.h" -#if VERSION <= VERSION_JPN +#if VERSION == VERSION_DEMO +enum MGTEM_RES_FILE_ID { // IDs and indexes are synced + /* ROOT */ + MGTEM_ARC_MGTEM=0x0, + + /* SCRN */ + MGTEM_BLO_SHIP_RACE2=0x5, + + /* TIMG */ + MGTEM_BTI_SHIPFONT_A=0x8, + MGTEM_BTI_SHIPFONT_C_BIG=0x9, + MGTEM_BTI_SHIPFONT_D=0xA, + MGTEM_BTI_SHIPFONT_E=0xB, + MGTEM_BTI_SHIPFONT_EX=0xC, + MGTEM_BTI_SHIPFONT_E_BIG=0xD, + MGTEM_BTI_SHIPFONT_F_BIG=0xE, + MGTEM_BTI_SHIPFONT_G=0xF, + MGTEM_BTI_SHIPFONT_G_BIG=0x10, + MGTEM_BTI_SHIPFONT_I=0x11, + MGTEM_BTI_SHIPFONT_L=0x12, + MGTEM_BTI_SHIPFONT_M=0x13, + MGTEM_BTI_SHIPFONT_N=0x14, + MGTEM_BTI_SHIPFONT_O=0x15, + MGTEM_BTI_SHIPFONT_P_BIG=0x16, + MGTEM_BTI_SHIPFONT_R_BIG=0x17, + MGTEM_BTI_SHIPFONT_T=0x18, + MGTEM_BTI_SHIPFONT_T_BIG=0x19, + MGTEM_BTI_SHIPFONT_U=0x1A, + MGTEM_BTI_SHIPFONT_Y_BIG=0x1B, +}; +#elif VERSION == VERSION_JPN enum MGTEM_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ MGTEM_BLO_SHIP_RACE2=0x4, diff --git a/include/d/res/res_mozo.h b/include/d/res/res_mozo.h index 3f9650b1d..da6c1d5fb 100644 --- a/include/d/res/res_mozo.h +++ b/include/d/res/res_mozo.h @@ -3,7 +3,36 @@ #include "global.h" -enum MOZO_RES_FILE_ID { // IDs and indexes are synced +#if VERSION == VERSION_DEMO +enum MOZO_RES_FILE_ID { + /* BCKS */ + MOZO_BCK_MOZ=0x0, + + /* BRK */ + MOZO_BRK_MOZ=0x2, + + /* BTK */ + MOZO_BTK_MOZ=0x3, + + /* BDLM */ + MOZO_BDL_MOZ=0x4, +}; + +enum MOZO_RES_FILE_INDEX { + /* BCKS */ + MOZO_INDEX_BCK_MOZ=0x6, + + /* BRK */ + MOZO_INDEX_BRK_MOZ=0x9, + + /* BTK */ + MOZO_INDEX_BTK_MOZ=0xC, + + /* BDLM */ + MOZO_INDEX_BDL_MOZ=0xF, +}; +#else +enum MOZO_RES_FILE_ID { /* BCKS */ MOZO_BCK_MOZ=0x6, @@ -17,4 +46,19 @@ enum MOZO_RES_FILE_ID { // IDs and indexes are synced MOZO_BTK_MOZ=0xF, }; +enum MOZO_RES_FILE_INDEX { + /* BCKS */ + MOZO_INDEX_BCK_MOZ=0x6, + + /* BDLM */ + MOZO_INDEX_BDL_MOZ=0x9, + + /* BRK */ + MOZO_INDEX_BRK_MOZ=0xC, + + /* BTK */ + MOZO_INDEX_BTK_MOZ=0xF, +}; +#endif + #endif /* RES_MOZO_H */ diff --git a/include/d/res/res_open1.h b/include/d/res/res_open1.h index 8a7ce351d..b8ff43b47 100644 --- a/include/d/res/res_open1.h +++ b/include/d/res/res_open1.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum OPEN1_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ OPEN1_BLO_OPENING=0x4, @@ -12,5 +13,6 @@ enum OPEN1_RES_FILE_ID { // IDs and indexes are synced OPEN1_BTI_DEMO_1=0x8, OPEN1_BTI_DEMO_2=0x9, }; +#endif #endif /* RES_OPEN1_H */ diff --git a/include/d/res/res_open2.h b/include/d/res/res_open2.h index ec9052950..e0b3b4a0c 100644 --- a/include/d/res/res_open2.h +++ b/include/d/res/res_open2.h @@ -3,11 +3,13 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum OPEN2_RES_FILE_ID { // IDs and indexes are synced /* TIMG */ OPEN2_BTI_DEMO_3=0x3, OPEN2_BTI_DEMO_4=0x4, OPEN2_BTI_DEMO_4_2=0x5, }; +#endif #endif /* RES_OPEN2_H */ diff --git a/include/d/res/res_open3.h b/include/d/res/res_open3.h index 646f423f4..f494f5d4c 100644 --- a/include/d/res/res_open3.h +++ b/include/d/res/res_open3.h @@ -3,10 +3,12 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum OPEN3_RES_FILE_ID { // IDs and indexes are synced /* TIMG */ OPEN3_BTI_DEMO_5=0x3, OPEN3_BTI_DEMO_6=0x4, }; +#endif #endif /* RES_OPEN3_H */ diff --git a/include/d/res/res_opening.h b/include/d/res/res_opening.h index 0e935a9de..9fe1de2b1 100644 --- a/include/d/res/res_opening.h +++ b/include/d/res/res_opening.h @@ -3,6 +3,7 @@ #include "global.h" +#if VERSION > VERSION_DEMO enum OPENING_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ OPENING_BLO_OPENING=0x4, @@ -17,5 +18,6 @@ enum OPENING_RES_FILE_ID { // IDs and indexes are synced OPENING_BTI_DEMO_5=0xD, OPENING_BTI_DEMO_6=0xE, }; +#endif #endif /* RES_OPENING_H */ diff --git a/include/d/res/res_ph.h b/include/d/res/res_ph.h index c0ef1e750..2c0ec1e67 100644 --- a/include/d/res/res_ph.h +++ b/include/d/res/res_ph.h @@ -10,13 +10,23 @@ enum PH_RES_FILE_ID { // IDs and indexes are synced PH_BAS_BFLY=0x7, PH_BAS_BHUKKI=0x8, PH_BAS_BJUMP=0x9, +#if VERSION == VERSION_DEMO + PH_BAS_BUCHIWA=0xA, + PH_BAS_BUCHI_CHAKU=0xB, +#else PH_BAS_BUCHI_CHAKU=0xA, PH_BAS_BUCHIWA=0xB, +#endif PH_BAS_PAWAY=0xC, PH_BAS_PFLY=0xD, PH_BAS_PHUKKI=0xE, +#if VERSION == VERSION_DEMO + PH_BAS_PUCHIWA=0xF, + PH_BAS_PUCHI_CHAKU=0x10, +#else PH_BAS_PUCHI_CHAKU=0xF, PH_BAS_PUCHIWA=0x10, +#endif /* BCK */ PH_BCK_BCHAKUCHI=0x13, @@ -25,13 +35,23 @@ enum PH_RES_FILE_ID { // IDs and indexes are synced PH_BCK_BHUKKI=0x16, PH_BCK_BJAWS=0x17, PH_BCK_BJUMP=0x18, +#if VERSION == VERSION_DEMO + PH_BCK_BUCHIWA=0x19, + PH_BCK_BUCHI_CHAKU=0x1A, +#else PH_BCK_BUCHI_CHAKU=0x19, PH_BCK_BUCHIWA=0x1A, +#endif PH_BCK_PAWAY=0x1B, PH_BCK_PFLY=0x1C, PH_BCK_PHUKKI=0x1D, +#if VERSION == VERSION_DEMO + PH_BCK_PUCHIWA=0x1E, + PH_BCK_PUCHI_CHAKU=0x1F, +#else PH_BCK_PUCHI_CHAKU=0x1E, PH_BCK_PUCHIWA=0x1F, +#endif /* BDLM */ PH_BDL_PHB=0x22, diff --git a/include/d/res/res_roten.h b/include/d/res/res_roten.h index eceab72d0..dda946ff3 100644 --- a/include/d/res/res_roten.h +++ b/include/d/res/res_roten.h @@ -3,7 +3,32 @@ #include "global.h" -enum ROTEN_RES_FILE_ID { // IDs and indexes are synced +#if VERSION == VERSION_DEMO +enum ROTEN_RES_FILE_ID { + /* BDL */ + ROTEN_BDL_ROTEN02=0x0, + ROTEN_BDL_ROTEN03=0x1, + ROTEN_BDL_ROTEN04=0x2, + + /* DZB */ + ROTEN_DZB_ROTEN02=0x3, + ROTEN_DZB_ROTEN03=0x4, + ROTEN_DZB_ROTEN04=0x5, +}; + +enum ROTEN_RES_FILE_INDEX { + /* BDL */ + ROTEN_INDEX_BDL_ROTEN02=0x4, + ROTEN_INDEX_BDL_ROTEN03=0x5, + ROTEN_INDEX_BDL_ROTEN04=0x6, + + /* DZB */ + ROTEN_INDEX_DZB_ROTEN02=0x9, + ROTEN_INDEX_DZB_ROTEN03=0xA, + ROTEN_INDEX_DZB_ROTEN04=0xB, +}; +#else +enum ROTEN_RES_FILE_ID { /* BDL */ ROTEN_BDL_ROTEN02=0x4, ROTEN_BDL_ROTEN03=0x5, @@ -15,4 +40,17 @@ enum ROTEN_RES_FILE_ID { // IDs and indexes are synced ROTEN_DZB_ROTEN04=0xB, }; +enum ROTEN_RES_FILE_INDEX { + /* BDL */ + ROTEN_INDEX_BDL_ROTEN02=0x4, + ROTEN_INDEX_BDL_ROTEN03=0x5, + ROTEN_INDEX_BDL_ROTEN04=0x6, + + /* DZB */ + ROTEN_INDEX_DZB_ROTEN02=0x9, + ROTEN_INDEX_DZB_ROTEN03=0xA, + ROTEN_INDEX_DZB_ROTEN04=0xB, +}; +#endif + #endif /* RES_ROTEN_H */ diff --git a/include/d/res/res_rsh.h b/include/d/res/res_rsh.h index 49d93ddcb..c9d2dde8b 100644 --- a/include/d/res/res_rsh.h +++ b/include/d/res/res_rsh.h @@ -3,6 +3,83 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum RSH_RES_FILE_ID { + /* BAS */ + RSH_BAS_RS_WAIT01=0xD, + RSH_BAS_RS_WAIT02=0xE, + RSH_BAS_RS_PUSH=0x13, + RSH_BAS_RS_TALK01=0x14, + RSH_BAS_RS_TALK02=0x15, + RSH_BAS_RS_WALK=0x16, + RSH_BAS_RS_JAMP=0x1B, + RSH_BAS_RS_SWING=0x1C, + RSH_BAS_RS_TALK03=0x1D, + RSH_BAS_RS_TAME=0x1E, + + /* BCK */ + RSH_BCK_RS_WAIT01=0xF, + RSH_BCK_RS_WAIT02=0x10, + RSH_BCK_RS_PUSH=0x17, + RSH_BCK_RS_TALK01=0x18, + RSH_BCK_RS_TALK02=0x19, + RSH_BCK_RS_WALK=0x1A, + RSH_BCK_RS_JAMP=0x1F, + RSH_BCK_RS_SWING=0x20, + RSH_BCK_RS_TALK03=0x21, + RSH_BCK_RS_TAME=0x22, + + /* BMDM */ + RSH_BMD_SHOP_CURSOR01=0x4, + + /* BRK */ + RSH_BRK_SHOP_CURSOR01=0x5, + + /* BTP */ + RSH_BTP_RS_MABA01=0x11, + + /* BDLM */ + RSH_BDL_RS=0x12, +}; + +enum RSH_RES_FILE_INDEX { + /* BAS */ + RSH_INDEX_BAS_RS_WAIT01=0x8, + RSH_INDEX_BAS_RS_WAIT02=0x9, + RSH_INDEX_BAS_RS_PUSH=0xA, + RSH_INDEX_BAS_RS_TALK01=0xB, + RSH_INDEX_BAS_RS_TALK02=0xC, + RSH_INDEX_BAS_RS_WALK=0xD, + RSH_INDEX_BAS_RS_JAMP=0xE, + RSH_INDEX_BAS_RS_SWING=0xF, + RSH_INDEX_BAS_RS_TALK03=0x10, + RSH_INDEX_BAS_RS_TAME=0x11, + + /* BCK */ + RSH_INDEX_BCK_RS_WAIT01=0x14, + RSH_INDEX_BCK_RS_WAIT02=0x15, + RSH_INDEX_BCK_RS_PUSH=0x16, + RSH_INDEX_BCK_RS_TALK01=0x17, + RSH_INDEX_BCK_RS_TALK02=0x18, + RSH_INDEX_BCK_RS_WALK=0x19, + RSH_INDEX_BCK_RS_JAMP=0x1A, + RSH_INDEX_BCK_RS_SWING=0x1B, + RSH_INDEX_BCK_RS_TALK03=0x1C, + RSH_INDEX_BCK_RS_TAME=0x1D, + + /* BMDM */ + RSH_INDEX_BMD_SHOP_CURSOR01=0x20, + + /* BRK */ + RSH_INDEX_BRK_SHOP_CURSOR01=0x23, + + /* BTP */ + RSH_INDEX_BTP_RS_MABA01=0x26, + + /* BDLM */ + RSH_INDEX_BDL_RS=0x29, +}; +#else enum RSH_RES_FILE_ID { // IDs and indexes are synced /* BAS */ RSH_BAS_RS_JAMP=0x8, @@ -40,5 +117,6 @@ enum RSH_RES_FILE_ID { // IDs and indexes are synced /* BTP */ RSH_BTP_RS_MABA01=0x29, }; +#endif #endif /* RES_RSH_H */ diff --git a/include/d/res/res_sh.h b/include/d/res/res_sh.h index ac505418a..f2371c607 100644 --- a/include/d/res/res_sh.h +++ b/include/d/res/res_sh.h @@ -10,8 +10,13 @@ enum SH_RES_FILE_ID { // IDs and indexes are synced SH_BAS_BFLY=0x7, SH_BAS_BHUKKI=0x8, SH_BAS_BJUMP=0x9, +#if VERSION == VERSION_DEMO + SH_BAS_BUCHIWA=0xA, + SH_BAS_BUCHI_CHAKU=0xB, +#else SH_BAS_BUCHI_CHAKU=0xA, SH_BAS_BUCHIWA=0xB, +#endif SH_BAS_PAWAY=0xC, SH_BAS_PFLY=0xD, SH_BAS_PHUKKI=0xE, @@ -25,13 +30,23 @@ enum SH_RES_FILE_ID { // IDs and indexes are synced SH_BCK_BHUKKI=0x16, SH_BCK_BJAWS=0x17, SH_BCK_BJUMP=0x18, +#if VERSION == VERSION_DEMO + SH_BCK_BUCHIWA=0x19, + SH_BCK_BUCHI_CHAKU=0x1A, +#else SH_BCK_BUCHI_CHAKU=0x19, SH_BCK_BUCHIWA=0x1A, +#endif SH_BCK_PAWAY=0x1B, SH_BCK_PFLY=0x1C, SH_BCK_PHUKKI=0x1D, +#if VERSION == VERSION_DEMO + SH_BCK_PUCHIWA=0x1E, + SH_BCK_PUCHI_CHAKU=0x1F, +#else SH_BCK_PUCHI_CHAKU=0x1E, SH_BCK_PUCHIWA=0x1F, +#endif /* BMDM */ SH_BMD_SHB=0x22, diff --git a/include/d/res/res_sitem.h b/include/d/res/res_sitem.h index d9eec92a0..caa95b382 100644 --- a/include/d/res/res_sitem.h +++ b/include/d/res/res_sitem.h @@ -3,6 +3,22 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum SITEM_RES_FILE_ID { // IDs and indexes are synced + /* BDL */ + SITEM_BDL_KMI_01=0x6, + SITEM_BDL_KMI_02=0x7, + + /* BDLM */ + SITEM_BDL_KMI_00=0xA, + + /* BRK */ + SITEM_BRK_KMI_00=0xD, + + /* TEX */ + SITEM_BTI_SITEM=0x10, +}; +#else enum SITEM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ SITEM_BDL_KMI_00=0x4, @@ -12,5 +28,6 @@ enum SITEM_RES_FILE_ID { // IDs and indexes are synced /* TEX */ SITEM_BTI_SITEM=0x9, }; +#endif #endif /* RES_SITEM_H */ diff --git a/include/d/res/res_timer.h b/include/d/res/res_timer.h index d4ab2bf29..277f42fc0 100644 --- a/include/d/res/res_timer.h +++ b/include/d/res/res_timer.h @@ -3,7 +3,15 @@ #include "global.h" -#if VERSION <= VERSION_JPN +#if VERSION == VERSION_DEMO +enum TIMER_RES_FILE_ID { // IDs and indexes are synced + /* ROOT */ + TIMER_ARC_TIMER=0x0, + + /* SCRN */ + TIMER_BLO_SHIP_RACE0=0x4, +}; +#elif VERSION <= VERSION_JPN enum TIMER_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ TIMER_BLO_SHIP_RACE0=0x3, diff --git a/include/d/res/res_yfire_00.h b/include/d/res/res_yfire_00.h index 488d6bac5..def4fcb47 100644 --- a/include/d/res/res_yfire_00.h +++ b/include/d/res/res_yfire_00.h @@ -3,6 +3,20 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum YFIRE_00_RES_FILE_ID { // IDs and indexes are synced + /* BMDM */ + YFIRE_00_BMD_YFIRB_00=0x5, + YFIRE_00_BMD_YFIRE_00=0x6, + + /* BTK */ + YFIRE_00_BTK_YFIRB_00=0x9, + YFIRE_00_BTK_YFIRE_00=0xA, + + /* BRK */ + YFIRE_00_BRK_YFIRE_00=0xD, +}; +#else enum YFIRE_00_RES_FILE_ID { // IDs and indexes are synced /* BMDM */ YFIRE_00_BMD_YFIRB_00=0x5, @@ -15,5 +29,6 @@ enum YFIRE_00_RES_FILE_ID { // IDs and indexes are synced YFIRE_00_BTK_YFIRB_00=0xC, YFIRE_00_BTK_YFIRE_00=0xD, }; +#endif #endif /* RES_YFIRE_00_H */ diff --git a/include/d/res/res_ylesr00.h b/include/d/res/res_ylesr00.h index cb13684db..47d2450fc 100644 --- a/include/d/res/res_ylesr00.h +++ b/include/d/res/res_ylesr00.h @@ -3,6 +3,41 @@ #include "global.h" +#if VERSION == VERSION_DEMO +enum YLESR00_RES_FILE_ID { + /* BCK */ + YLESR00_BCK_YLESR00=0x0, + + /* BMDM */ + YLESR00_BMD_YLESR00=0x1, + YLESR00_BMD_YHTFR00=0x4, + + /* BRK */ + YLESR00_BRK_YLESR00=0x2, + YLESR00_BRK_YHTFR00=0x5, + + /* BTK */ + YLESR00_BTK_YLESR00=0x3, + YLESR00_BTK_YHTFR00=0x6, +}; + +enum YLESR00_RES_FILE_INDEX { + /* BCK */ + YLESR00_INDEX_BCK_YLESR00=0x6, + + /* BMDM */ + YLESR00_INDEX_BMD_YLESR00=0x9, + YLESR00_INDEX_BMD_YHTFR00=0xA, + + /* BRK */ + YLESR00_INDEX_BRK_YLESR00=0xD, + YLESR00_INDEX_BRK_YHTFR00=0xE, + + /* BTK */ + YLESR00_INDEX_BTK_YLESR00=0x11, + YLESR00_INDEX_BTK_YHTFR00=0x12, +}; +#else enum YLESR00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ YLESR00_BCK_YLESR00=0x6, @@ -19,5 +54,6 @@ enum YLESR00_RES_FILE_ID { // IDs and indexes are synced YLESR00_BTK_YHTFR00=0x11, YLESR00_BTK_YLESR00=0x12, }; +#endif #endif /* RES_YLESR00_H */ diff --git a/src/d/actor/d_a_ikari.cpp b/src/d/actor/d_a_ikari.cpp index 6029162da..e7efada4e 100644 --- a/src/d/actor/d_a_ikari.cpp +++ b/src/d/actor/d_a_ikari.cpp @@ -36,11 +36,19 @@ void daIkari_c::setMtx() { /* 000001C4-00000290 .text _createHeap__9daIkari_cFv */ BOOL daIkari_c::_createHeap() { static int ikari_bdl[5] = { +#if VERSION == VERSION_DEMO + IKARI_BMD_S_IKARI2, + IKARI_BMD_S_IKARI2, + IKARI_BMD_S_IKARI2, + IKARI_BMD_S_IKARI3, + IKARI_BMD_S_IKARI4, +#else IKARI_BDL_S_IKARI2, IKARI_BDL_S_IKARI2, IKARI_BDL_S_IKARI2, IKARI_BDL_S_IKARI3, IKARI_BDL_S_IKARI4, +#endif }; J3DModelData* modelData = diff --git a/src/d/actor/d_a_mozo.cpp b/src/d/actor/d_a_mozo.cpp index 1b59b3372..f7c3ec8e7 100644 --- a/src/d/actor/d_a_mozo.cpp +++ b/src/d/actor/d_a_mozo.cpp @@ -105,13 +105,13 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_this) { /* 000007AC-00000A24 .text CreateHeap__8daMozo_cFv */ BOOL daMozo_c::CreateHeap() { - J3DModelData* mdlData = (J3DModelData*)dComIfG_getObjectRes("Mozo", MOZO_BDL_MOZ); + J3DModelData* mdlData = (J3DModelData*)dComIfG_getObjectRes("Mozo", MOZO_INDEX_BDL_MOZ); mDoExt_McaMorf* newMorf = new mDoExt_McaMorf( mdlData, 0, 0, - static_cast(dComIfG_getObjectRes("Mozo", MOZO_BCK_MOZ)), + static_cast(dComIfG_getObjectRes("Mozo", MOZO_INDEX_BCK_MOZ)), J3DFrameCtrl::EMode_LOOP, 1.0f, 0, @@ -124,10 +124,10 @@ BOOL daMozo_c::CreateHeap() { mAnimMorf = newMorf; - m_brk = (J3DAnmTevRegKey*)dComIfG_getObjectRes("Mozo", MOZO_BRK_MOZ); + m_brk = (J3DAnmTevRegKey*)dComIfG_getObjectRes("Mozo", MOZO_INDEX_BRK_MOZ); JUT_ASSERT(0x16A, m_brk != NULL); - m_btk = (J3DAnmTextureSRTKey*)dComIfG_getObjectRes("Mozo", MOZO_BTK_MOZ); + m_btk = (J3DAnmTextureSRTKey*)dComIfG_getObjectRes("Mozo", MOZO_INDEX_BTK_MOZ); JUT_ASSERT(0x16D, m_btk != NULL); int brkInitResult = mBrkAnm.init(mdlData, m_brk, true, J3DFrameCtrl::EMode_NONE, 1.0f, 0, -1, false, 0); diff --git a/src/d/actor/d_a_obj_roten.cpp b/src/d/actor/d_a_obj_roten.cpp index 903b877cc..60273fc9b 100644 --- a/src/d/actor/d_a_obj_roten.cpp +++ b/src/d/actor/d_a_obj_roten.cpp @@ -37,14 +37,14 @@ static BOOL CheckCreateHeap(fopAc_ac_c* i_this) { /* 000001A8-000002E4 .text CreateHeap__13daObj_Roten_cFv */ BOOL daObj_Roten_c::CreateHeap() { static u32 bdl_arc_idx[] = { - ROTEN_BDL_ROTEN02, - ROTEN_BDL_ROTEN03, - ROTEN_BDL_ROTEN04 + ROTEN_INDEX_BDL_ROTEN02, + ROTEN_INDEX_BDL_ROTEN03, + ROTEN_INDEX_BDL_ROTEN04 }; static u32 dzb_arc_idx[] = { - ROTEN_DZB_ROTEN02, - ROTEN_DZB_ROTEN03, - ROTEN_DZB_ROTEN04 + ROTEN_INDEX_DZB_ROTEN02, + ROTEN_INDEX_DZB_ROTEN03, + ROTEN_INDEX_DZB_ROTEN04 }; J3DModelData* modelData = static_cast(dComIfG_getObjectRes(M_arcname, bdl_arc_idx[mType])); From 195194415659b71f84bcb7beaa404d88b883ff35 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Sat, 16 Aug 2025 17:55:49 -0400 Subject: [PATCH 2/2] Add IWYU keep pragma to global include of all resource headers --- include/d/res/res_aana.h | 2 +- include/d/res/res_ac.h | 2 +- include/d/res/res_adnno.h | 2 +- include/d/res/res_agb.h | 2 +- include/d/res/res_ah.h | 2 +- include/d/res/res_aisi.h | 2 +- include/d/res/res_aj.h | 2 +- include/d/res/res_ajav.h | 2 +- include/d/res/res_ajavw.h | 2 +- include/d/res/res_akabe.h | 2 +- include/d/res/res_akabed.h | 2 +- include/d/res/res_akabek.h | 2 +- include/d/res/res_always.h | 2 +- include/d/res/res_am.h | 2 +- include/d/res/res_am2.h | 2 +- include/d/res/res_apzl.h | 2 +- include/d/res/res_ashut.h | 2 +- include/d/res/res_astop.h | 2 +- include/d/res/res_atdoor.h | 2 +- include/d/res/res_auc.h | 2 +- include/d/res/res_auction.h | 2 +- include/d/res/res_auzu.h | 2 +- include/d/res/res_aygr.h | 2 +- include/d/res/res_ayush.h | 2 +- include/d/res/res_ba.h | 2 +- include/d/res/res_bb.h | 2 +- include/d/res/res_bdk.h | 2 +- include/d/res/res_bdkobj.h | 2 +- include/d/res/res_bgn.h | 2 +- include/d/res/res_bigelf.h | 2 +- include/d/res/res_bin.h | 2 +- include/d/res/res_bita.h | 2 +- include/d/res/res_bj.h | 2 +- include/d/res/res_bk.h | 2 +- include/d/res/res_bl.h | 2 +- include/d/res/res_bm.h | 2 +- include/d/res/res_bm2.h | 2 +- include/d/res/res_bmcon1.h | 2 +- include/d/res/res_bmd.h | 2 +- include/d/res/res_bmdfoot.h | 2 +- include/d/res/res_bmdhand.h | 2 +- include/d/res/res_bms.h | 2 +- include/d/res/res_bmsw.h | 2 +- include/d/res/res_bo.h | 2 +- include/d/res/res_boko.h | 2 +- include/d/res/res_bomb_00.h | 2 +- include/d/res/res_bomber.h | 2 +- include/d/res/res_boom.h | 2 +- include/d/res/res_bpw.h | 2 +- include/d/res/res_bridge.h | 2 +- include/d/res/res_bs.h | 2 +- include/d/res/res_bst.h | 2 +- include/d/res/res_btd.h | 2 +- include/d/res/res_btsw.h | 2 +- include/d/res/res_bvkumo.h | 2 +- include/d/res/res_bwd.h | 2 +- include/d/res/res_bwdg.h | 2 +- include/d/res/res_bwds.h | 2 +- include/d/res/res_cafelmp.h | 2 +- include/d/res/res_cb.h | 2 +- include/d/res/res_cc.h | 2 +- include/d/res/res_cloth.h | 2 +- include/d/res/res_club.h | 2 +- include/d/res/res_co.h | 2 +- include/d/res/res_daiocta.h | 2 +- include/d/res/res_dalways.h | 2 +- include/d/res/res_dbarrel.h | 2 +- include/d/res/res_de.h | 2 +- include/d/res/res_deku.h | 2 +- include/d/res/res_demo01.h | 2 +- include/d/res/res_demo02.h | 2 +- include/d/res/res_demo03.h | 2 +- include/d/res/res_demo04.h | 2 +- include/d/res/res_demo05.h | 2 +- include/d/res/res_demo06.h | 2 +- include/d/res/res_demo07.h | 2 +- include/d/res/res_demo08.h | 2 +- include/d/res/res_demo10.h | 2 +- include/d/res/res_demo11.h | 2 +- include/d/res/res_demo14.h | 2 +- include/d/res/res_demo15.h | 2 +- include/d/res/res_demo17.h | 2 +- include/d/res/res_demo18.h | 2 +- include/d/res/res_demo19.h | 2 +- include/d/res/res_demo20.h | 2 +- include/d/res/res_demo21.h | 2 +- include/d/res/res_demo23.h | 2 +- include/d/res/res_demo24.h | 2 +- include/d/res/res_demo25.h | 2 +- include/d/res/res_demo26.h | 2 +- include/d/res/res_demo27.h | 2 +- include/d/res/res_demo28.h | 2 +- include/d/res/res_demo29.h | 2 +- include/d/res/res_demo30.h | 2 +- include/d/res/res_demo31.h | 2 +- include/d/res/res_demo32.h | 2 +- include/d/res/res_demo33.h | 2 +- include/d/res/res_demo34.h | 2 +- include/d/res/res_demo35.h | 2 +- include/d/res/res_demo36.h | 2 +- include/d/res/res_demo37.h | 2 +- include/d/res/res_demo41.h | 2 +- include/d/res/res_demo42.h | 2 +- include/d/res/res_demo43.h | 2 +- include/d/res/res_demo44.h | 2 +- include/d/res/res_demo45.h | 2 +- include/d/res/res_demo46.h | 2 +- include/d/res/res_demo48.h | 2 +- include/d/res/res_demo49.h | 2 +- include/d/res/res_demo50.h | 2 +- include/d/res/res_demo51.h | 2 +- include/d/res/res_demo_dk.h | 2 +- include/d/res/res_demo_kmm.h | 2 +- include/d/res/res_dk.h | 2 +- include/d/res/res_dmgroom.h | 2 +- include/d/res/res_doguu.h | 2 +- include/d/res/res_doguud.h | 2 +- include/d/res/res_door12.h | 2 +- include/d/res/res_door13.h | 2 +- include/d/res/res_doorbs.h | 2 +- include/d/res/res_dr.h | 2 +- include/d/res/res_dr2.h | 2 +- include/d/res/res_ds.h | 2 +- include/d/res/res_eayogn.h | 2 +- include/d/res/res_ebomzo.h | 2 +- include/d/res/res_ebrock.h | 2 +- include/d/res/res_ecube.h | 2 +- include/d/res/res_ekao.h | 2 +- include/d/res/res_ekskz.h | 2 +- include/d/res/res_ep.h | 2 +- include/d/res/res_esa.h | 2 +- include/d/res/res_esekh.h | 2 +- include/d/res/res_eshata.h | 2 +- include/d/res/res_eskban.h | 2 +- include/d/res/res_fa.h | 2 +- include/d/res/res_fdai.h | 2 +- include/d/res/res_ff.h | 2 +- include/d/res/res_fganon.h | 2 +- include/d/res/res_figure.h | 2 +- include/d/res/res_figure0.h | 2 +- include/d/res/res_figure1.h | 2 +- include/d/res/res_figure2.h | 2 +- include/d/res/res_figure2a.h | 2 +- include/d/res/res_figure2b.h | 2 +- include/d/res/res_figure3.h | 2 +- include/d/res/res_figure4.h | 2 +- include/d/res/res_figure5.h | 2 +- include/d/res/res_figure6.h | 2 +- include/d/res/res_figure6a.h | 2 +- include/d/res/res_figure6b.h | 2 +- include/d/res/res_figure6c.h | 2 +- include/d/res/res_flag_a.h | 2 +- include/d/res/res_flag_o.h | 2 +- include/d/res/res_flag_t.h | 2 +- include/d/res/res_flag_y.h | 2 +- include/d/res/res_fm.h | 2 +- include/d/res/res_fobj00.h | 2 +- include/d/res/res_fobj01.h | 2 +- include/d/res/res_fobj02.h | 2 +- include/d/res/res_fobj06.h | 2 +- include/d/res/res_fobj08.h | 2 +- include/d/res/res_fobj09.h | 2 +- include/d/res/res_forest.h | 2 +- include/d/res/res_frlt.h | 2 +- include/d/res/res_fwbin.h | 2 +- include/d/res/res_gaship.h | 2 +- include/d/res/res_gbdoor.h | 2 +- include/d/res/res_gbed.h | 2 +- include/d/res/res_gbrg00.h | 2 +- include/d/res/res_gdemo20.h | 2 +- include/d/res/res_gflag.h | 2 +- include/d/res/res_ghrwp.h | 2 +- include/d/res/res_gicel.h | 2 +- include/d/res/res_gk.h | 2 +- include/d/res/res_gkai00.h | 2 +- include/d/res/res_gm.h | 2 +- include/d/res/res_gmjwp.h | 2 +- include/d/res/res_gmtw.h | 2 +- include/d/res/res_gnd.h | 2 +- include/d/res/res_gnnbtltaki.h | 2 +- include/d/res/res_gnndemotakie.h | 2 +- include/d/res/res_gnndemotakis.h | 2 +- include/d/res/res_gover.h | 2 +- include/d/res/res_gp.h | 2 +- include/d/res/res_grid.h | 2 +- include/d/res/res_gryw00.h | 2 +- include/d/res/res_gtaki.h | 2 +- include/d/res/res_gtfglow.h | 2 +- include/d/res/res_gy.h | 2 +- include/d/res/res_hami1.h | 2 +- include/d/res/res_hami2.h | 2 +- include/d/res/res_hami3.h | 2 +- include/d/res/res_hami4.h | 2 +- include/d/res/res_hbox2.h | 2 +- include/d/res/res_hbrf1.h | 2 +- include/d/res/res_hbw1.h | 2 +- include/d/res/res_hbw2.h | 2 +- include/d/res/res_hcbh.h | 2 +- include/d/res/res_hdai1.h | 2 +- include/d/res/res_hfbot.h | 2 +- include/d/res/res_hfuck1.h | 2 +- include/d/res/res_hha.h | 2 +- include/d/res/res_hhbot.h | 2 +- include/d/res/res_hhyu1.h | 2 +- include/d/res/res_hi.h | 2 +- include/d/res/res_himo2.h | 2 +- include/d/res/res_himo3.h | 2 +- include/d/res/res_hitobj.h | 2 +- include/d/res/res_hjump.h | 2 +- include/d/res/res_hkikai1.h | 2 +- include/d/res/res_hkyo.h | 2 +- include/d/res/res_hlift.h | 2 +- include/d/res/res_hmlif.h | 2 +- include/d/res/res_hmos.h | 2 +- include/d/res/res_ho.h | 2 +- include/d/res/res_homen.h | 2 +- include/d/res/res_hpbot1.h | 2 +- include/d/res/res_hpu1.h | 2 +- include/d/res/res_hpu2.h | 2 +- include/d/res/res_hr.h | 2 +- include/d/res/res_hsehi1.h | 2 +- include/d/res/res_hsehi2.h | 2 +- include/d/res/res_hseki.h | 2 +- include/d/res/res_hsen1.h | 2 +- include/d/res/res_hsen3.h | 2 +- include/d/res/res_hten1.h | 2 +- include/d/res/res_htetu1.h | 2 +- include/d/res/res_htobi1.h | 2 +- include/d/res/res_htobi2.h | 2 +- include/d/res/res_htobi3.h | 2 +- include/d/res/res_htoge1.h | 2 +- include/d/res/res_htw1.h | 2 +- include/d/res/res_humi.h | 2 +- include/d/res/res_hys.h | 2 +- include/d/res/res_hyuf1.h | 2 +- include/d/res/res_hyuf2.h | 2 +- include/d/res/res_ikadah.h | 2 +- include/d/res/res_ikari.h | 2 +- include/d/res/res_ikori.h | 2 +- include/d/res/res_itact.h | 2 +- include/d/res/res_itnak.h | 2 +- include/d/res/res_jb.h | 2 +- include/d/res/res_jbo.h | 2 +- include/d/res/res_ji.h | 2 +- include/d/res/res_kaisen.h | 2 +- include/d/res/res_kaisen_0.h | 2 +- include/d/res/res_kaisen_1.h | 2 +- include/d/res/res_kaisen_2.h | 2 +- include/d/res/res_kaisen_3.h | 2 +- include/d/res/res_kaisen_4.h | 2 +- include/d/res/res_kaisen_e.h | 2 +- include/d/res/res_kaizokusen.h | 2 +- include/d/res/res_kaji.h | 2 +- include/d/res/res_kamome.h | 2 +- include/d/res/res_kanat.h | 2 +- include/d/res/res_kanban.h | 2 +- include/d/res/res_kantera.h | 2 +- include/d/res/res_kb.h | 2 +- include/d/res/res_kbota_00.h | 2 +- include/d/res/res_key.h | 2 +- include/d/res/res_key_01.h | 2 +- include/d/res/res_kf.h | 2 +- include/d/res/res_kg.h | 2 +- include/d/res/res_khasi_00.h | 2 +- include/d/res/res_ki.h | 2 +- include/d/res/res_kiri.h | 2 +- include/d/res/res_kita.h | 2 +- include/d/res/res_kk.h | 2 +- include/d/res/res_kkiba_00.h | 2 +- include/d/res/res_klft.h | 2 +- include/d/res/res_km.h | 2 +- include/d/res/res_kmi00x.h | 2 +- include/d/res/res_kmtub_00.h | 2 +- include/d/res/res_kn.h | 2 +- include/d/res/res_knob.h | 2 +- include/d/res/res_knsak_00.h | 2 +- include/d/res/res_ko.h | 2 +- include/d/res/res_kokiie.h | 2 +- include/d/res/res_kp.h | 2 +- include/d/res/res_krock_01.h | 2 +- include/d/res/res_kryu.h | 2 +- include/d/res/res_ks.h | 2 +- include/d/res/res_ksaku_00.h | 2 +- include/d/res/res_ksakuco.h | 2 +- include/d/res/res_kt.h | 2 +- include/d/res/res_ktaru_00.h | 2 +- include/d/res/res_ktaru_01.h | 2 +- include/d/res/res_kui.h | 2 +- include/d/res/res_kusa.h | 2 +- include/d/res/res_kwood_00.h | 2 +- include/d/res/res_kyjim.h | 2 +- include/d/res/res_lamp.h | 2 +- include/d/res/res_link.h | 2 +- include/d/res/res_lkanm.h | 2 +- include/d/res/res_lkd00.h | 2 +- include/d/res/res_lkd01.h | 2 +- include/d/res/res_logo.h | 2 +- include/d/res/res_ls.h | 2 +- include/d/res/res_ls1.h | 2 +- include/d/res/res_ls2.h | 2 +- include/d/res/res_ls3.h | 2 +- include/d/res/res_ltubw.h | 2 +- include/d/res/res_lwood.h | 2 +- include/d/res/res_m_door.h | 2 +- include/d/res/res_magma.h | 2 +- include/d/res/res_matif.h | 2 +- include/d/res/res_mbdoor.h | 2 +- include/d/res/res_mcrtn.h | 2 +- include/d/res/res_md.h | 2 +- include/d/res/res_md_ship.h | 2 +- include/d/res/res_mdoor.h | 2 +- include/d/res/res_med_b.h | 2 +- include/d/res/res_med_g.h | 2 +- include/d/res/res_med_r.h | 2 +- include/d/res/res_mflft.h | 2 +- include/d/res/res_mgst.h | 2 +- include/d/res/res_mgtem.h | 2 +- include/d/res/res_mhmrsw.h | 2 +- include/d/res/res_mhsg.h | 2 +- include/d/res/res_mk.h | 2 +- include/d/res/res_mkanoke.h | 2 +- include/d/res/res_mkdan.h | 2 +- include/d/res/res_mkieb.h | 2 +- include/d/res/res_mkiek.h | 2 +- include/d/res/res_mknjd.h | 2 +- include/d/res/res_mmirror.h | 2 +- include/d/res/res_mn.h | 2 +- include/d/res/res_mo2.h | 2 +- include/d/res/res_mo2_si.h | 2 +- include/d/res/res_mozo.h | 2 +- include/d/res/res_mpwrb.h | 2 +- include/d/res/res_msdan.h | 2 +- include/d/res/res_mshokki.h | 2 +- include/d/res/res_mspot.h | 2 +- include/d/res/res_msw.h | 2 +- include/d/res/res_mt.h | 2 +- include/d/res/res_mtest.h | 2 +- include/d/res/res_mtoge.h | 2 +- include/d/res/res_mtorisu.h | 2 +- include/d/res/res_mtryb.h | 2 +- include/d/res/res_nata.h | 2 +- include/d/res/res_nbox.h | 2 +- include/d/res/res_niten.h | 2 +- include/d/res/res_npcnz.h | 2 +- include/d/res/res_nz.h | 2 +- include/d/res/res_nzg.h | 2 +- include/d/res/res_ob.h | 2 +- include/d/res/res_odokuro.h | 2 +- include/d/res/res_ohatch.h | 2 +- include/d/res/res_ojtree.h | 2 +- include/d/res/res_okioke.h | 2 +- include/d/res/res_okmono.h | 2 +- include/d/res/res_olift.h | 2 +- include/d/res/res_opaper.h | 2 +- include/d/res/res_open1.h | 2 +- include/d/res/res_open2.h | 2 +- include/d/res/res_open3.h | 2 +- include/d/res/res_opening.h | 2 +- include/d/res/res_oq.h | 2 +- include/d/res/res_os.h | 2 +- include/d/res/res_oship.h | 2 +- include/d/res/res_osiblk.h | 2 +- include/d/res/res_ospbox.h | 2 +- include/d/res/res_otana.h | 2 +- include/d/res/res_owater.h | 2 +- include/d/res/res_oyashi.h | 2 +- include/d/res/res_p1.h | 2 +- include/d/res/res_p2.h | 2 +- include/d/res/res_pbco.h | 2 +- include/d/res/res_pbka.h | 2 +- include/d/res/res_pf.h | 2 +- include/d/res/res_pfall.h | 2 +- include/d/res/res_pgsw.h | 2 +- include/d/res/res_ph.h | 2 +- include/d/res/res_piwa.h | 2 +- include/d/res/res_plant.h | 2 +- include/d/res/res_pm.h | 2 +- include/d/res/res_pname.h | 2 +- include/d/res/res_po.h | 2 +- include/d/res/res_ppos.h | 2 +- include/d/res/res_pspl.h | 2 +- include/d/res/res_pt.h | 2 +- include/d/res/res_ptc.h | 2 +- include/d/res/res_ptubo.h | 2 +- include/d/res/res_pw.h | 2 +- include/d/res/res_pz.h | 2 +- include/d/res/res_qdghd.h | 2 +- include/d/res/res_qtkhd.h | 2 +- include/d/res/res_rd.h | 2 +- include/d/res/res_rflw.h | 2 +- include/d/res/res_ro.h | 2 +- include/d/res/res_roten.h | 2 +- include/d/res/res_rs2.h | 2 +- include/d/res/res_rsh.h | 2 +- include/d/res/res_s_mspdo.h | 2 +- include/d/res/res_sa.h | 2 +- include/d/res/res_salvage.h | 2 +- include/d/res/res_sarace.h | 2 +- include/d/res/res_search.h | 2 +- include/d/res/res_sh.h | 2 +- include/d/res/res_shand.h | 2 +- include/d/res/res_shinju_d.h | 2 +- include/d/res/res_shinju_f.h | 2 +- include/d/res/res_shinju_n.h | 2 +- include/d/res/res_ship.h | 2 +- include/d/res/res_shmrgrd.h | 2 +- include/d/res/res_sitem.h | 2 +- include/d/res/res_sk.h | 2 +- include/d/res/res_sk2.h | 2 +- include/d/res/res_skanran.h | 2 +- include/d/res/res_so.h | 2 +- include/d/res/res_spear.h | 2 +- include/d/res/res_ss.h | 2 +- include/d/res/res_ssk.h | 2 +- include/d/res/res_sss.h | 2 +- include/d/res/res_st.h | 2 +- include/d/res/res_stptetu.h | 2 +- include/d/res/res_sv.h | 2 +- include/d/res/res_swtdoor.h | 2 +- include/d/res/res_syan.h | 2 +- include/d/res/res_system.h | 2 +- include/d/res/res_t_tree.h | 2 +- include/d/res/res_table.h | 2 +- include/d/res/res_tc.h | 2 +- include/d/res/res_tele_00.h | 2 +- include/d/res/res_tenmado.h | 2 +- include/d/res/res_tgflag.h | 2 +- include/d/res/res_timer.h | 2 +- include/d/res/res_title.h | 2 +- include/d/res/res_tkwn.h | 2 +- include/d/res/res_tlogo.h | 2 +- include/d/res/res_tlogoe.h | 2 +- include/d/res/res_tlogoe0.h | 2 +- include/d/res/res_tlogoe1.h | 2 +- include/d/res/res_tlogoe2.h | 2 +- include/d/res/res_tlogoe3.h | 2 +- include/d/res/res_tlogoe4.h | 2 +- include/d/res/res_tlogoe5.h | 2 +- include/d/res/res_tn.h | 2 +- include/d/res/res_tntrap.h | 2 +- include/d/res/res_toripost.h | 2 +- include/d/res/res_touseki.h | 2 +- include/d/res/res_trap.h | 2 +- include/d/res/res_trflag.h | 2 +- include/d/res/res_trnd.h | 2 +- include/d/res/res_tt.h | 2 +- include/d/res/res_ub.h | 2 +- include/d/res/res_ug.h | 2 +- include/d/res/res_uk.h | 2 +- include/d/res/res_um.h | 2 +- include/d/res/res_uo.h | 2 +- include/d/res/res_usovmc.h | 2 +- include/d/res/res_uw.h | 2 +- include/d/res/res_vamuk.h | 2 +- include/d/res/res_vamuy.h | 2 +- include/d/res/res_varfi.h | 2 +- include/d/res/res_varrl.h | 2 +- include/d/res/res_vbage.h | 2 +- include/d/res/res_vbagf.h | 2 +- include/d/res/res_vbagh.h | 2 +- include/d/res/res_vbakh.h | 2 +- include/d/res/res_vbelt.h | 2 +- include/d/res/res_vbeso.h | 2 +- include/d/res/res_vbinh.h | 2 +- include/d/res/res_vbins.h | 2 +- include/d/res/res_vbinw.h | 2 +- include/d/res/res_vbiny.h | 2 +- include/d/res/res_vboko.h | 2 +- include/d/res/res_vboml.h | 2 +- include/d/res/res_vbomm.h | 2 +- include/d/res/res_vboot.h | 2 +- include/d/res/res_vbow.h | 2 +- include/d/res/res_vboxa.h | 2 +- include/d/res/res_vboxn.h | 2 +- include/d/res/res_vchin.h | 2 +- include/d/res/res_vchuj.h | 2 +- include/d/res/res_vdoku.h | 2 +- include/d/res/res_vdora.h | 2 +- include/d/res/res_vds.h | 2 +- include/d/res/res_vdunc.h | 2 +- include/d/res/res_vdunm.h | 2 +- include/d/res/res_vesa.h | 2 +- include/d/res/res_vfan.h | 2 +- include/d/res/res_vfuku.h | 2 +- include/d/res/res_vgnfd.h | 2 +- include/d/res/res_vhamm.h | 2 +- include/d/res/res_vhane.h | 2 +- include/d/res/res_vhapp.h | 2 +- include/d/res/res_vhkak.h | 2 +- include/d/res/res_vho.h | 2 +- include/d/res/res_vhook.h | 2 +- include/d/res/res_vhutu.h | 2 +- include/d/res/res_vhyoi.h | 2 +- include/d/res/res_vigah.h | 2 +- include/d/res/res_vkeyn.h | 2 +- include/d/res/res_vleaf.h | 2 +- include/d/res/res_vlemg.h | 2 +- include/d/res/res_vlemo.h | 2 +- include/d/res/res_vleof.h | 2 +- include/d/res/res_vlett.h | 2 +- include/d/res/res_vlupy.h | 2 +- include/d/res/res_vmags.h | 2 +- include/d/res/res_vmant.h | 2 +- include/d/res/res_vmapc.h | 2 +- include/d/res/res_vmapg.h | 2 +- include/d/res/res_vmaph.h | 2 +- include/d/res/res_vmapq.h | 2 +- include/d/res/res_vmapr.h | 2 +- include/d/res/res_vmapt.h | 2 +- include/d/res/res_vmc.h | 2 +- include/d/res/res_vmr.h | 2 +- include/d/res/res_vmsdz.h | 2 +- include/d/res/res_vmsms.h | 2 +- include/d/res/res_vobj00.h | 2 +- include/d/res/res_vobj01.h | 2 +- include/d/res/res_vobj02.h | 2 +- include/d/res/res_vobj03.h | 2 +- include/d/res/res_vobj04.h | 2 +- include/d/res/res_vobj05.h | 2 +- include/d/res/res_vobj06.h | 2 +- include/d/res/res_vobj07.h | 2 +- include/d/res/res_vobj08.h | 2 +- include/d/res/res_vobj09.h | 2 +- include/d/res/res_vobj10.h | 2 +- include/d/res/res_vobj11.h | 2 +- include/d/res/res_vochi.h | 2 +- include/d/res/res_vohom.h | 2 +- include/d/res/res_vpbot_00.h | 2 +- include/d/res/res_vpowr.h | 2 +- include/d/res/res_vrope.h | 2 +- include/d/res/res_vsail.h | 2 +- include/d/res/res_vsaim.h | 2 +- include/d/res/res_vshim.h | 2 +- include/d/res/res_vshin.h | 2 +- include/d/res/res_vsvfg.h | 2 +- include/d/res/res_vswon.h | 2 +- include/d/res/res_vtact.h | 2 +- include/d/res/res_vteng.h | 2 +- include/d/res/res_vtil.h | 2 +- include/d/res/res_vtin1.h | 2 +- include/d/res/res_vtin2.h | 2 +- include/d/res/res_vtin3.h | 2 +- include/d/res/res_vtin4.h | 2 +- include/d/res/res_vtin5.h | 2 +- include/d/res/res_vtri1.h | 2 +- include/d/res/res_vtri2.h | 2 +- include/d/res/res_vtri3.h | 2 +- include/d/res/res_vtri4.h | 2 +- include/d/res/res_vtri5.h | 2 +- include/d/res/res_vtri6.h | 2 +- include/d/res/res_vtri7.h | 2 +- include/d/res/res_vtri8.h | 2 +- include/d/res/res_vyasi.h | 2 +- include/d/res/res_vyatl.h | 2 +- include/d/res/res_vyatm.h | 2 +- include/d/res/res_vzouk.h | 2 +- include/d/res/res_wallbom.h | 2 +- include/d/res/res_wbird.h | 2 +- include/d/res/res_wfall.h | 2 +- include/d/res/res_wz.h | 2 +- include/d/res/res_wzb.h | 2 +- include/d/res/res_x_futa.h | 2 +- include/d/res/res_x_tower.h | 2 +- include/d/res/res_xhcf.h | 2 +- include/d/res/res_yaflw00.h | 2 +- include/d/res/res_yakerom.h | 2 +- include/d/res/res_ybgaf00.h | 2 +- include/d/res/res_yboil.h | 2 +- include/d/res/res_ycage.h | 2 +- include/d/res/res_yfire_00.h | 2 +- include/d/res/res_ygcwp.h | 2 +- include/d/res/res_ygush00.h | 2 +- include/d/res/res_ykzyg.h | 2 +- include/d/res/res_ylesr00.h | 2 +- include/d/res/res_yllic.h | 2 +- include/d/res/res_ylsic.h | 2 +- include/d/res/res_ylzou.h | 2 +- include/d/res/res_ym.h | 2 +- include/d/res/res_yougan.h | 2 +- include/d/res/res_ysbwp00.h | 2 +- include/d/res/res_ysdls00.h | 2 +- include/d/res/res_yslvg00.h | 2 +- include/d/res/res_yswdr00.h | 2 +- include/d/res/res_yw.h | 2 +- include/d/res/res_ywarp00.h | 2 +- include/d/res/res_zk.h | 2 +- include/d/res/res_zl.h | 2 +- include/d/res/res_zl2.h | 2 +- 588 files changed, 588 insertions(+), 588 deletions(-) diff --git a/include/d/res/res_aana.h b/include/d/res/res_aana.h index 4a9d7aaa0..217130111 100644 --- a/include/d/res/res_aana.h +++ b/include/d/res/res_aana.h @@ -1,7 +1,7 @@ #ifndef RES_AANA_H #define RES_AANA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AANA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ac.h b/include/d/res/res_ac.h index a9137b43c..f805d2684 100644 --- a/include/d/res/res_ac.h +++ b/include/d/res/res_ac.h @@ -1,7 +1,7 @@ #ifndef RES_AC_H #define RES_AC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AC_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_adnno.h b/include/d/res/res_adnno.h index e3392b353..f65829df2 100644 --- a/include/d/res/res_adnno.h +++ b/include/d/res/res_adnno.h @@ -1,7 +1,7 @@ #ifndef RES_ADNNO_H #define RES_ADNNO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ADNNO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_agb.h b/include/d/res/res_agb.h index b33abcb36..61fdb428a 100644 --- a/include/d/res/res_agb.h +++ b/include/d/res/res_agb.h @@ -1,7 +1,7 @@ #ifndef RES_AGB_H #define RES_AGB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AGB_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ah.h b/include/d/res/res_ah.h index 7679b1039..877c4d1ae 100644 --- a/include/d/res/res_ah.h +++ b/include/d/res/res_ah.h @@ -1,7 +1,7 @@ #ifndef RES_AH_H #define RES_AH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AH_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_aisi.h b/include/d/res/res_aisi.h index 93426ca3a..5075ca44f 100644 --- a/include/d/res/res_aisi.h +++ b/include/d/res/res_aisi.h @@ -1,7 +1,7 @@ #ifndef RES_AISI_H #define RES_AISI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AISI_RES_FILE_ID { /* BDLM */ diff --git a/include/d/res/res_aj.h b/include/d/res/res_aj.h index 270bca2f5..89a568e63 100644 --- a/include/d/res/res_aj.h +++ b/include/d/res/res_aj.h @@ -1,7 +1,7 @@ #ifndef RES_AJ_H #define RES_AJ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AJ_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_ajav.h b/include/d/res/res_ajav.h index e6697c5e3..9b0d8bf4d 100644 --- a/include/d/res/res_ajav.h +++ b/include/d/res/res_ajav.h @@ -1,7 +1,7 @@ #ifndef RES_AJAV_H #define RES_AJAV_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AJAV_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ajavw.h b/include/d/res/res_ajavw.h index c126ccd5f..e9137a50e 100644 --- a/include/d/res/res_ajavw.h +++ b/include/d/res/res_ajavw.h @@ -1,7 +1,7 @@ #ifndef RES_AJAVW_H #define RES_AJAVW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AJAVW_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_akabe.h b/include/d/res/res_akabe.h index b6211509f..6f448c458 100644 --- a/include/d/res/res_akabe.h +++ b/include/d/res/res_akabe.h @@ -1,7 +1,7 @@ #ifndef RES_AKABE_H #define RES_AKABE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AKABE_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_akabed.h b/include/d/res/res_akabed.h index c05469aee..624f92b70 100644 --- a/include/d/res/res_akabed.h +++ b/include/d/res/res_akabed.h @@ -1,7 +1,7 @@ #ifndef RES_AKABED_H #define RES_AKABED_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AKABED_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_akabek.h b/include/d/res/res_akabek.h index b756ce692..1cdc174e5 100644 --- a/include/d/res/res_akabek.h +++ b/include/d/res/res_akabek.h @@ -1,7 +1,7 @@ #ifndef RES_AKABEK_H #define RES_AKABEK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AKABEK_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_always.h b/include/d/res/res_always.h index 24ed18e88..7f9058062 100644 --- a/include/d/res/res_always.h +++ b/include/d/res/res_always.h @@ -1,7 +1,7 @@ #ifndef RES_ALWAYS_H #define RES_ALWAYS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ALWAYS_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_am.h b/include/d/res/res_am.h index 9755410ae..67993800c 100644 --- a/include/d/res/res_am.h +++ b/include/d/res/res_am.h @@ -1,7 +1,7 @@ #ifndef RES_AM_H #define RES_AM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AM_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_am2.h b/include/d/res/res_am2.h index 5b9e393b1..6abb6eaa3 100644 --- a/include/d/res/res_am2.h +++ b/include/d/res/res_am2.h @@ -1,7 +1,7 @@ #ifndef RES_AM2_H #define RES_AM2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AM2_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_apzl.h b/include/d/res/res_apzl.h index ceb5d001b..0f0ddc8f6 100644 --- a/include/d/res/res_apzl.h +++ b/include/d/res/res_apzl.h @@ -1,7 +1,7 @@ #ifndef RES_APZL_H #define RES_APZL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum APZL_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ashut.h b/include/d/res/res_ashut.h index 58f34060a..b7504e217 100644 --- a/include/d/res/res_ashut.h +++ b/include/d/res/res_ashut.h @@ -1,7 +1,7 @@ #ifndef RES_ASHUT_H #define RES_ASHUT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ASHUT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_astop.h b/include/d/res/res_astop.h index b249e4b76..dc46c2146 100644 --- a/include/d/res/res_astop.h +++ b/include/d/res/res_astop.h @@ -1,7 +1,7 @@ #ifndef RES_ASTOP_H #define RES_ASTOP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ASTOP_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_atdoor.h b/include/d/res/res_atdoor.h index 5c5207454..c81af3329 100644 --- a/include/d/res/res_atdoor.h +++ b/include/d/res/res_atdoor.h @@ -1,7 +1,7 @@ #ifndef RES_ATDOOR_H #define RES_ATDOOR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ATDOOR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_auc.h b/include/d/res/res_auc.h index 31d509534..0902eda41 100644 --- a/include/d/res/res_auc.h +++ b/include/d/res/res_auc.h @@ -1,7 +1,7 @@ #ifndef RES_AUC_H #define RES_AUC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AUC_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_auction.h b/include/d/res/res_auction.h index 5a5004011..3cbc4e048 100644 --- a/include/d/res/res_auction.h +++ b/include/d/res/res_auction.h @@ -1,7 +1,7 @@ #ifndef RES_AUCTION_H #define RES_AUCTION_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum AUCTION_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_auzu.h b/include/d/res/res_auzu.h index 546a4a9e9..6ea2c76df 100644 --- a/include/d/res/res_auzu.h +++ b/include/d/res/res_auzu.h @@ -1,7 +1,7 @@ #ifndef RES_AUZU_H #define RES_AUZU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AUZU_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_aygr.h b/include/d/res/res_aygr.h index d2a4b1a1c..e0a514bb2 100644 --- a/include/d/res/res_aygr.h +++ b/include/d/res/res_aygr.h @@ -1,7 +1,7 @@ #ifndef RES_AYGR_H #define RES_AYGR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AYGR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ayush.h b/include/d/res/res_ayush.h index 60cd9ac26..9798c241c 100644 --- a/include/d/res/res_ayush.h +++ b/include/d/res/res_ayush.h @@ -1,7 +1,7 @@ #ifndef RES_AYUSH_H #define RES_AYUSH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum AYUSH_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ba.h b/include/d/res/res_ba.h index 8af015789..e7e39ca50 100644 --- a/include/d/res/res_ba.h +++ b/include/d/res/res_ba.h @@ -1,7 +1,7 @@ #ifndef RES_BA_H #define RES_BA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BA_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bb.h b/include/d/res/res_bb.h index b3f8ae9b5..a33fb486d 100644 --- a/include/d/res/res_bb.h +++ b/include/d/res/res_bb.h @@ -1,7 +1,7 @@ #ifndef RES_BB_H #define RES_BB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BB_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_bdk.h b/include/d/res/res_bdk.h index fa70d71e5..7f30deac1 100644 --- a/include/d/res/res_bdk.h +++ b/include/d/res/res_bdk.h @@ -1,7 +1,7 @@ #ifndef RES_BDK_H #define RES_BDK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BDK_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_bdkobj.h b/include/d/res/res_bdkobj.h index 95b305152..de12607c2 100644 --- a/include/d/res/res_bdkobj.h +++ b/include/d/res/res_bdkobj.h @@ -1,7 +1,7 @@ #ifndef RES_BDKOBJ_H #define RES_BDKOBJ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BDKOBJ_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_bgn.h b/include/d/res/res_bgn.h index 1c2a31086..1f61ffe3d 100644 --- a/include/d/res/res_bgn.h +++ b/include/d/res/res_bgn.h @@ -1,7 +1,7 @@ #ifndef RES_BGN_H #define RES_BGN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum BGN_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_bigelf.h b/include/d/res/res_bigelf.h index a683c92f2..47915500f 100644 --- a/include/d/res/res_bigelf.h +++ b/include/d/res/res_bigelf.h @@ -1,7 +1,7 @@ #ifndef RES_BIGELF_H #define RES_BIGELF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BIGELF_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_bin.h b/include/d/res/res_bin.h index cd764be93..75745e1f4 100644 --- a/include/d/res/res_bin.h +++ b/include/d/res/res_bin.h @@ -1,7 +1,7 @@ #ifndef RES_BIN_H #define RES_BIN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BIN_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_bita.h b/include/d/res/res_bita.h index 0eb8f66af..8940b64f0 100644 --- a/include/d/res/res_bita.h +++ b/include/d/res/res_bita.h @@ -1,7 +1,7 @@ #ifndef RES_BITA_H #define RES_BITA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BITA_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_bj.h b/include/d/res/res_bj.h index 5f8858613..5fc1cf3f6 100644 --- a/include/d/res/res_bj.h +++ b/include/d/res/res_bj.h @@ -1,7 +1,7 @@ #ifndef RES_BJ_H #define RES_BJ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BJ_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bk.h b/include/d/res/res_bk.h index 2086ed5d7..010ee4f54 100644 --- a/include/d/res/res_bk.h +++ b/include/d/res/res_bk.h @@ -1,7 +1,7 @@ #ifndef RES_BK_H #define RES_BK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BK_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_bl.h b/include/d/res/res_bl.h index f5c79a32b..245fc501c 100644 --- a/include/d/res/res_bl.h +++ b/include/d/res/res_bl.h @@ -1,7 +1,7 @@ #ifndef RES_BL_H #define RES_BL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BL_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_bm.h b/include/d/res/res_bm.h index 33f4eefea..8aa9c5273 100644 --- a/include/d/res/res_bm.h +++ b/include/d/res/res_bm.h @@ -1,7 +1,7 @@ #ifndef RES_BM_H #define RES_BM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BM_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bm2.h b/include/d/res/res_bm2.h index 46d2ee3ec..cae5e8074 100644 --- a/include/d/res/res_bm2.h +++ b/include/d/res/res_bm2.h @@ -1,7 +1,7 @@ #ifndef RES_BM2_H #define RES_BM2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BM2_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bmcon1.h b/include/d/res/res_bmcon1.h index c82c93bde..83187375b 100644 --- a/include/d/res/res_bmcon1.h +++ b/include/d/res/res_bmcon1.h @@ -1,7 +1,7 @@ #ifndef RES_BMCON1_H #define RES_BMCON1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BMCON1_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bmd.h b/include/d/res/res_bmd.h index 7a88fe9da..87a16065c 100644 --- a/include/d/res/res_bmd.h +++ b/include/d/res/res_bmd.h @@ -1,7 +1,7 @@ #ifndef RES_BMD_H #define RES_BMD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BMD_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_bmdfoot.h b/include/d/res/res_bmdfoot.h index 953f5dc24..205370922 100644 --- a/include/d/res/res_bmdfoot.h +++ b/include/d/res/res_bmdfoot.h @@ -1,7 +1,7 @@ #ifndef RES_BMDFOOT_H #define RES_BMDFOOT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BMDFOOT_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_bmdhand.h b/include/d/res/res_bmdhand.h index 605583213..2f2dc9312 100644 --- a/include/d/res/res_bmdhand.h +++ b/include/d/res/res_bmdhand.h @@ -1,7 +1,7 @@ #ifndef RES_BMDHAND_H #define RES_BMDHAND_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BMDHAND_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_bms.h b/include/d/res/res_bms.h index d09d1e4c1..14d9a21f7 100644 --- a/include/d/res/res_bms.h +++ b/include/d/res/res_bms.h @@ -1,7 +1,7 @@ #ifndef RES_BMS_H #define RES_BMS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BMS_RES_FILE_ID { /* BMDM */ diff --git a/include/d/res/res_bmsw.h b/include/d/res/res_bmsw.h index 79ec4445b..5afcaa7a9 100644 --- a/include/d/res/res_bmsw.h +++ b/include/d/res/res_bmsw.h @@ -1,7 +1,7 @@ #ifndef RES_BMSW_H #define RES_BMSW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BMSW_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bo.h b/include/d/res/res_bo.h index 53a0c7666..192b48780 100644 --- a/include/d/res/res_bo.h +++ b/include/d/res/res_bo.h @@ -1,7 +1,7 @@ #ifndef RES_BO_H #define RES_BO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BO_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_boko.h b/include/d/res/res_boko.h index d55608ac9..f4867d439 100644 --- a/include/d/res/res_boko.h +++ b/include/d/res/res_boko.h @@ -1,7 +1,7 @@ #ifndef RES_BOKO_H #define RES_BOKO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BOKO_RES_FILE_ID { // IDs and indexes are synced /* BDLC */ diff --git a/include/d/res/res_bomb_00.h b/include/d/res/res_bomb_00.h index bf1391545..4bede77f6 100644 --- a/include/d/res/res_bomb_00.h +++ b/include/d/res/res_bomb_00.h @@ -1,7 +1,7 @@ #ifndef RES_BOMB_00_H #define RES_BOMB_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BOMB_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_bomber.h b/include/d/res/res_bomber.h index dc6ed2b7d..cbac6da1a 100644 --- a/include/d/res/res_bomber.h +++ b/include/d/res/res_bomber.h @@ -1,7 +1,7 @@ #ifndef RES_BOMBER_H #define RES_BOMBER_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum BOMBER_RES_FILE_ID { diff --git a/include/d/res/res_boom.h b/include/d/res/res_boom.h index 72f03aff7..4cb09e1b4 100644 --- a/include/d/res/res_boom.h +++ b/include/d/res/res_boom.h @@ -1,7 +1,7 @@ #ifndef RES_BOOM_H #define RES_BOOM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BOOM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_bpw.h b/include/d/res/res_bpw.h index 7ae8b24ad..6edefdf5b 100644 --- a/include/d/res/res_bpw.h +++ b/include/d/res/res_bpw.h @@ -1,7 +1,7 @@ #ifndef RES_BPW_H #define RES_BPW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BPW_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_bridge.h b/include/d/res/res_bridge.h index f31c8a209..9ddba60c5 100644 --- a/include/d/res/res_bridge.h +++ b/include/d/res/res_bridge.h @@ -1,7 +1,7 @@ #ifndef RES_BRIDGE_H #define RES_BRIDGE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BRIDGE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_bs.h b/include/d/res/res_bs.h index e82cb48a4..d6fbcb46b 100644 --- a/include/d/res/res_bs.h +++ b/include/d/res/res_bs.h @@ -1,7 +1,7 @@ #ifndef RES_BS_H #define RES_BS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BS_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bst.h b/include/d/res/res_bst.h index 1764fa8d5..f2c8070ae 100644 --- a/include/d/res/res_bst.h +++ b/include/d/res/res_bst.h @@ -1,7 +1,7 @@ #ifndef RES_BST_H #define RES_BST_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BST_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_btd.h b/include/d/res/res_btd.h index e406f5cf7..86713de0c 100644 --- a/include/d/res/res_btd.h +++ b/include/d/res/res_btd.h @@ -1,7 +1,7 @@ #ifndef RES_BTD_H #define RES_BTD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BTD_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_btsw.h b/include/d/res/res_btsw.h index e1e414298..5f26cee06 100644 --- a/include/d/res/res_btsw.h +++ b/include/d/res/res_btsw.h @@ -1,7 +1,7 @@ #ifndef RES_BTSW_H #define RES_BTSW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BTSW_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_bvkumo.h b/include/d/res/res_bvkumo.h index ae9b9aa01..12491bbdb 100644 --- a/include/d/res/res_bvkumo.h +++ b/include/d/res/res_bvkumo.h @@ -1,7 +1,7 @@ #ifndef RES_BVKUMO_H #define RES_BVKUMO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BVKUMO_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_bwd.h b/include/d/res/res_bwd.h index 0626ee990..a78c6586b 100644 --- a/include/d/res/res_bwd.h +++ b/include/d/res/res_bwd.h @@ -1,7 +1,7 @@ #ifndef RES_BWD_H #define RES_BWD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BWD_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_bwdg.h b/include/d/res/res_bwdg.h index de6f6df10..f09ae2372 100644 --- a/include/d/res/res_bwdg.h +++ b/include/d/res/res_bwdg.h @@ -1,7 +1,7 @@ #ifndef RES_BWDG_H #define RES_BWDG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BWDG_RES_FILE_ID { // IDs and indexes are synced /* DAT */ diff --git a/include/d/res/res_bwds.h b/include/d/res/res_bwds.h index 3e609a7cd..736e80d79 100644 --- a/include/d/res/res_bwds.h +++ b/include/d/res/res_bwds.h @@ -1,7 +1,7 @@ #ifndef RES_BWDS_H #define RES_BWDS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum BWDS_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_cafelmp.h b/include/d/res/res_cafelmp.h index dc22babe3..add40281c 100644 --- a/include/d/res/res_cafelmp.h +++ b/include/d/res/res_cafelmp.h @@ -1,7 +1,7 @@ #ifndef RES_CAFELMP_H #define RES_CAFELMP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum CAFELMP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_cb.h b/include/d/res/res_cb.h index ee4839cc5..7b7ebbc75 100644 --- a/include/d/res/res_cb.h +++ b/include/d/res/res_cb.h @@ -1,7 +1,7 @@ #ifndef RES_CB_H #define RES_CB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum CB_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_cc.h b/include/d/res/res_cc.h index 804e748b5..058699cbc 100644 --- a/include/d/res/res_cc.h +++ b/include/d/res/res_cc.h @@ -1,7 +1,7 @@ #ifndef RES_CC_H #define RES_CC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum CC_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_cloth.h b/include/d/res/res_cloth.h index 0b2218bc3..ee2788811 100644 --- a/include/d/res/res_cloth.h +++ b/include/d/res/res_cloth.h @@ -1,7 +1,7 @@ #ifndef RES_CLOTH_H #define RES_CLOTH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum CLOTH_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_club.h b/include/d/res/res_club.h index b3e07c2fd..fbde8942f 100644 --- a/include/d/res/res_club.h +++ b/include/d/res/res_club.h @@ -1,7 +1,7 @@ #ifndef RES_CLUB_H #define RES_CLUB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum CLUB_RES_FILE_ID { // IDs and indexes are synced /* BDLC */ diff --git a/include/d/res/res_co.h b/include/d/res/res_co.h index 56685af5f..60bc056dc 100644 --- a/include/d/res/res_co.h +++ b/include/d/res/res_co.h @@ -1,7 +1,7 @@ #ifndef RES_CO_H #define RES_CO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum CO_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_daiocta.h b/include/d/res/res_daiocta.h index 22c0e3b65..fcd2309be 100644 --- a/include/d/res/res_daiocta.h +++ b/include/d/res/res_daiocta.h @@ -1,7 +1,7 @@ #ifndef RES_DAIOCTA_H #define RES_DAIOCTA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DAIOCTA_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_dalways.h b/include/d/res/res_dalways.h index 974ad88c7..044c79779 100644 --- a/include/d/res/res_dalways.h +++ b/include/d/res/res_dalways.h @@ -1,7 +1,7 @@ #ifndef RES_DALWAYS_H #define RES_DALWAYS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DALWAYS_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_dbarrel.h b/include/d/res/res_dbarrel.h index 053df86ce..52c74d340 100644 --- a/include/d/res/res_dbarrel.h +++ b/include/d/res/res_dbarrel.h @@ -1,7 +1,7 @@ #ifndef RES_DBARREL_H #define RES_DBARREL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DBARREL_RES_FILE_ID { /* BCK */ diff --git a/include/d/res/res_de.h b/include/d/res/res_de.h index 1b4d0ee97..5e1b2ecb6 100644 --- a/include/d/res/res_de.h +++ b/include/d/res/res_de.h @@ -1,7 +1,7 @@ #ifndef RES_DE_H #define RES_DE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DE_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_deku.h b/include/d/res/res_deku.h index 0f5acb62b..a1bd47d56 100644 --- a/include/d/res/res_deku.h +++ b/include/d/res/res_deku.h @@ -1,7 +1,7 @@ #ifndef RES_DEKU_H #define RES_DEKU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEKU_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_demo01.h b/include/d/res/res_demo01.h index 468f75757..41b8365c5 100644 --- a/include/d/res/res_demo01.h +++ b/include/d/res/res_demo01.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO01_H #define RES_DEMO01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO01_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo02.h b/include/d/res/res_demo02.h index 5548ce853..f9a1dc36c 100644 --- a/include/d/res/res_demo02.h +++ b/include/d/res/res_demo02.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO02_H #define RES_DEMO02_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO02_RES_FILE_ID { /* BTP */ diff --git a/include/d/res/res_demo03.h b/include/d/res/res_demo03.h index 63af7188a..b9d193f3a 100644 --- a/include/d/res/res_demo03.h +++ b/include/d/res/res_demo03.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO03_H #define RES_DEMO03_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO03_RES_FILE_ID { /* BTP */ diff --git a/include/d/res/res_demo04.h b/include/d/res/res_demo04.h index bf8c7c325..6d73e7c58 100644 --- a/include/d/res/res_demo04.h +++ b/include/d/res/res_demo04.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO04_H #define RES_DEMO04_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO04_RES_FILE_ID { /* BTP */ diff --git a/include/d/res/res_demo05.h b/include/d/res/res_demo05.h index 376bb705d..476e459c5 100644 --- a/include/d/res/res_demo05.h +++ b/include/d/res/res_demo05.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO05_H #define RES_DEMO05_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO05_RES_FILE_ID { /* BTP */ diff --git a/include/d/res/res_demo06.h b/include/d/res/res_demo06.h index 6ee5ee8aa..73584ecb0 100644 --- a/include/d/res/res_demo06.h +++ b/include/d/res/res_demo06.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO06_H #define RES_DEMO06_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO06_RES_FILE_ID { /* BTK */ diff --git a/include/d/res/res_demo07.h b/include/d/res/res_demo07.h index 867716529..eee521609 100644 --- a/include/d/res/res_demo07.h +++ b/include/d/res/res_demo07.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO07_H #define RES_DEMO07_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO07_RES_FILE_ID { /* BTK */ diff --git a/include/d/res/res_demo08.h b/include/d/res/res_demo08.h index 004c39281..5e5cffce4 100644 --- a/include/d/res/res_demo08.h +++ b/include/d/res/res_demo08.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO08_H #define RES_DEMO08_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO08_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo10.h b/include/d/res/res_demo10.h index 8d450058a..85969768e 100644 --- a/include/d/res/res_demo10.h +++ b/include/d/res/res_demo10.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO10_H #define RES_DEMO10_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO10_RES_FILE_ID { /* BDLM */ diff --git a/include/d/res/res_demo11.h b/include/d/res/res_demo11.h index 95084b3e6..4b8ece11a 100644 --- a/include/d/res/res_demo11.h +++ b/include/d/res/res_demo11.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO11_H #define RES_DEMO11_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO11_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo14.h b/include/d/res/res_demo14.h index eefc60de3..bacb34ce5 100644 --- a/include/d/res/res_demo14.h +++ b/include/d/res/res_demo14.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO14_H #define RES_DEMO14_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO14_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo15.h b/include/d/res/res_demo15.h index 1ac51fd2d..979dd461b 100644 --- a/include/d/res/res_demo15.h +++ b/include/d/res/res_demo15.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO15_H #define RES_DEMO15_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO15_RES_FILE_ID { /* BDLM */ diff --git a/include/d/res/res_demo17.h b/include/d/res/res_demo17.h index 06dfd6dc2..8342ab9b1 100644 --- a/include/d/res/res_demo17.h +++ b/include/d/res/res_demo17.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO17_H #define RES_DEMO17_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO17_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo18.h b/include/d/res/res_demo18.h index 2a1db8e06..8126ed54f 100644 --- a/include/d/res/res_demo18.h +++ b/include/d/res/res_demo18.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO18_H #define RES_DEMO18_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO18_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo19.h b/include/d/res/res_demo19.h index 03f12aeb3..83ad0728f 100644 --- a/include/d/res/res_demo19.h +++ b/include/d/res/res_demo19.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO19_H #define RES_DEMO19_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO19_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo20.h b/include/d/res/res_demo20.h index 17138e117..6ae4f6aba 100644 --- a/include/d/res/res_demo20.h +++ b/include/d/res/res_demo20.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO20_H #define RES_DEMO20_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO20_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo21.h b/include/d/res/res_demo21.h index 06ac06edf..0d357a16a 100644 --- a/include/d/res/res_demo21.h +++ b/include/d/res/res_demo21.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO21_H #define RES_DEMO21_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO21_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo23.h b/include/d/res/res_demo23.h index 156000d8c..98819c70f 100644 --- a/include/d/res/res_demo23.h +++ b/include/d/res/res_demo23.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO23_H #define RES_DEMO23_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO23_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo24.h b/include/d/res/res_demo24.h index 5694db041..72d92e710 100644 --- a/include/d/res/res_demo24.h +++ b/include/d/res/res_demo24.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO24_H #define RES_DEMO24_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO24_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo25.h b/include/d/res/res_demo25.h index f2b361427..cf0fc3644 100644 --- a/include/d/res/res_demo25.h +++ b/include/d/res/res_demo25.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO25_H #define RES_DEMO25_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO25_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo26.h b/include/d/res/res_demo26.h index 4a96e478d..591eb82b1 100644 --- a/include/d/res/res_demo26.h +++ b/include/d/res/res_demo26.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO26_H #define RES_DEMO26_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO26_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo27.h b/include/d/res/res_demo27.h index ef2f58483..85a4d126f 100644 --- a/include/d/res/res_demo27.h +++ b/include/d/res/res_demo27.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO27_H #define RES_DEMO27_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO27_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo28.h b/include/d/res/res_demo28.h index eda9dee22..0c87085f5 100644 --- a/include/d/res/res_demo28.h +++ b/include/d/res/res_demo28.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO28_H #define RES_DEMO28_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO28_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo29.h b/include/d/res/res_demo29.h index b4350c93b..004c3fde9 100644 --- a/include/d/res/res_demo29.h +++ b/include/d/res/res_demo29.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO29_H #define RES_DEMO29_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO29_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo30.h b/include/d/res/res_demo30.h index 46af6496c..503322c7a 100644 --- a/include/d/res/res_demo30.h +++ b/include/d/res/res_demo30.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO30_H #define RES_DEMO30_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO30_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo31.h b/include/d/res/res_demo31.h index 3e9a9b4e4..8db9b6c75 100644 --- a/include/d/res/res_demo31.h +++ b/include/d/res/res_demo31.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO31_H #define RES_DEMO31_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO31_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo32.h b/include/d/res/res_demo32.h index ba01c2943..866486c1c 100644 --- a/include/d/res/res_demo32.h +++ b/include/d/res/res_demo32.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO32_H #define RES_DEMO32_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO32_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo33.h b/include/d/res/res_demo33.h index b34c55455..c57256659 100644 --- a/include/d/res/res_demo33.h +++ b/include/d/res/res_demo33.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO33_H #define RES_DEMO33_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO33_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo34.h b/include/d/res/res_demo34.h index 94f1d198d..1f7c9fccd 100644 --- a/include/d/res/res_demo34.h +++ b/include/d/res/res_demo34.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO34_H #define RES_DEMO34_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO34_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo35.h b/include/d/res/res_demo35.h index dd94f0535..c2ae6113f 100644 --- a/include/d/res/res_demo35.h +++ b/include/d/res/res_demo35.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO35_H #define RES_DEMO35_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO35_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo36.h b/include/d/res/res_demo36.h index 24f7732ba..dba935fa8 100644 --- a/include/d/res/res_demo36.h +++ b/include/d/res/res_demo36.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO36_H #define RES_DEMO36_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO36_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo37.h b/include/d/res/res_demo37.h index 95e01d6f3..08d987d19 100644 --- a/include/d/res/res_demo37.h +++ b/include/d/res/res_demo37.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO37_H #define RES_DEMO37_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO37_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo41.h b/include/d/res/res_demo41.h index 3559402ee..0777c6569 100644 --- a/include/d/res/res_demo41.h +++ b/include/d/res/res_demo41.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO41_H #define RES_DEMO41_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO41_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo42.h b/include/d/res/res_demo42.h index 0d459aed0..069c4f34e 100644 --- a/include/d/res/res_demo42.h +++ b/include/d/res/res_demo42.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO42_H #define RES_DEMO42_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO42_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo43.h b/include/d/res/res_demo43.h index bf33a91b1..bb902176b 100644 --- a/include/d/res/res_demo43.h +++ b/include/d/res/res_demo43.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO43_H #define RES_DEMO43_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO43_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo44.h b/include/d/res/res_demo44.h index 6ca0bf6b3..74fd8f6ae 100644 --- a/include/d/res/res_demo44.h +++ b/include/d/res/res_demo44.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO44_H #define RES_DEMO44_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO44_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo45.h b/include/d/res/res_demo45.h index bcf812832..f8b3d1008 100644 --- a/include/d/res/res_demo45.h +++ b/include/d/res/res_demo45.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO45_H #define RES_DEMO45_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO45_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo46.h b/include/d/res/res_demo46.h index 878ee01dd..6bce9104a 100644 --- a/include/d/res/res_demo46.h +++ b/include/d/res/res_demo46.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO46_H #define RES_DEMO46_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO46_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo48.h b/include/d/res/res_demo48.h index f07a1652c..f95bcb2c9 100644 --- a/include/d/res/res_demo48.h +++ b/include/d/res/res_demo48.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO48_H #define RES_DEMO48_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO48_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo49.h b/include/d/res/res_demo49.h index b830012f8..f7ed8e341 100644 --- a/include/d/res/res_demo49.h +++ b/include/d/res/res_demo49.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO49_H #define RES_DEMO49_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO49_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo50.h b/include/d/res/res_demo50.h index acca459e0..db40c87b5 100644 --- a/include/d/res/res_demo50.h +++ b/include/d/res/res_demo50.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO50_H #define RES_DEMO50_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO50_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_demo51.h b/include/d/res/res_demo51.h index f23573678..47cace01d 100644 --- a/include/d/res/res_demo51.h +++ b/include/d/res/res_demo51.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO51_H #define RES_DEMO51_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO51_RES_FILE_ID { /* STB */ diff --git a/include/d/res/res_demo_dk.h b/include/d/res/res_demo_dk.h index 2288352ba..2763b0fb3 100644 --- a/include/d/res/res_demo_dk.h +++ b/include/d/res/res_demo_dk.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO_DK_H #define RES_DEMO_DK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO_DK_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_demo_kmm.h b/include/d/res/res_demo_kmm.h index 964e55c82..85e9da94d 100644 --- a/include/d/res/res_demo_kmm.h +++ b/include/d/res/res_demo_kmm.h @@ -1,7 +1,7 @@ #ifndef RES_DEMO_KMM_H #define RES_DEMO_KMM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DEMO_KMM_RES_FILE_ID { /* BMD */ diff --git a/include/d/res/res_dk.h b/include/d/res/res_dk.h index be8662b96..2d0907145 100644 --- a/include/d/res/res_dk.h +++ b/include/d/res/res_dk.h @@ -1,7 +1,7 @@ #ifndef RES_DK_H #define RES_DK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DK_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_dmgroom.h b/include/d/res/res_dmgroom.h index 9e1001d15..a4e91fff5 100644 --- a/include/d/res/res_dmgroom.h +++ b/include/d/res/res_dmgroom.h @@ -1,7 +1,7 @@ #ifndef RES_DMGROOM_H #define RES_DMGROOM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DMGROOM_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_doguu.h b/include/d/res/res_doguu.h index c4a9bb616..f4e323b16 100644 --- a/include/d/res/res_doguu.h +++ b/include/d/res/res_doguu.h @@ -1,7 +1,7 @@ #ifndef RES_DOGUU_H #define RES_DOGUU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DOGUU_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_doguud.h b/include/d/res/res_doguud.h index 7ad078032..5860f1617 100644 --- a/include/d/res/res_doguud.h +++ b/include/d/res/res_doguud.h @@ -1,7 +1,7 @@ #ifndef RES_DOGUUD_H #define RES_DOGUUD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DOGUUD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_door12.h b/include/d/res/res_door12.h index a59aacb62..21fdae9c3 100644 --- a/include/d/res/res_door12.h +++ b/include/d/res/res_door12.h @@ -1,7 +1,7 @@ #ifndef RES_DOOR12_H #define RES_DOOR12_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DOOR12_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_door13.h b/include/d/res/res_door13.h index 455215e04..1f19f6dc4 100644 --- a/include/d/res/res_door13.h +++ b/include/d/res/res_door13.h @@ -1,7 +1,7 @@ #ifndef RES_DOOR13_H #define RES_DOOR13_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DOOR13_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_doorbs.h b/include/d/res/res_doorbs.h index 3f72ee9b2..f1d2c10aa 100644 --- a/include/d/res/res_doorbs.h +++ b/include/d/res/res_doorbs.h @@ -1,7 +1,7 @@ #ifndef RES_DOORBS_H #define RES_DOORBS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DOORBS_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_dr.h b/include/d/res/res_dr.h index bf20ceca8..25d727f47 100644 --- a/include/d/res/res_dr.h +++ b/include/d/res/res_dr.h @@ -1,7 +1,7 @@ #ifndef RES_DR_H #define RES_DR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DR_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_dr2.h b/include/d/res/res_dr2.h index dde014a8a..7a09d2d5b 100644 --- a/include/d/res/res_dr2.h +++ b/include/d/res/res_dr2.h @@ -1,7 +1,7 @@ #ifndef RES_DR2_H #define RES_DR2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DR2_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ds.h b/include/d/res/res_ds.h index 5398ca9b4..afe4b236d 100644 --- a/include/d/res/res_ds.h +++ b/include/d/res/res_ds.h @@ -1,7 +1,7 @@ #ifndef RES_DS_H #define RES_DS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum DS_RES_FILE_ID { /* BMDM */ diff --git a/include/d/res/res_eayogn.h b/include/d/res/res_eayogn.h index 3a9f70884..29474f4bc 100644 --- a/include/d/res/res_eayogn.h +++ b/include/d/res/res_eayogn.h @@ -1,7 +1,7 @@ #ifndef RES_EAYOGN_H #define RES_EAYOGN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum EAYOGN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ebomzo.h b/include/d/res/res_ebomzo.h index fd52855a0..7a625f80b 100644 --- a/include/d/res/res_ebomzo.h +++ b/include/d/res/res_ebomzo.h @@ -1,7 +1,7 @@ #ifndef RES_EBOMZO_H #define RES_EBOMZO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum EBOMZO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ebrock.h b/include/d/res/res_ebrock.h index 5d5f4ac29..95c73b47f 100644 --- a/include/d/res/res_ebrock.h +++ b/include/d/res/res_ebrock.h @@ -1,7 +1,7 @@ #ifndef RES_EBROCK_H #define RES_EBROCK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum EBROCK_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ecube.h b/include/d/res/res_ecube.h index 78a844fc4..51d7d3eb3 100644 --- a/include/d/res/res_ecube.h +++ b/include/d/res/res_ecube.h @@ -1,7 +1,7 @@ #ifndef RES_ECUBE_H #define RES_ECUBE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ECUBE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ekao.h b/include/d/res/res_ekao.h index f6ece790f..d5f024ccf 100644 --- a/include/d/res/res_ekao.h +++ b/include/d/res/res_ekao.h @@ -1,7 +1,7 @@ #ifndef RES_EKAO_H #define RES_EKAO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum EKAO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ekskz.h b/include/d/res/res_ekskz.h index a5cbf408f..edff2b05f 100644 --- a/include/d/res/res_ekskz.h +++ b/include/d/res/res_ekskz.h @@ -1,7 +1,7 @@ #ifndef RES_EKSKZ_H #define RES_EKSKZ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum EKSKZ_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ep.h b/include/d/res/res_ep.h index 9f7d66133..8cbc24993 100644 --- a/include/d/res/res_ep.h +++ b/include/d/res/res_ep.h @@ -1,7 +1,7 @@ #ifndef RES_EP_H #define RES_EP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum EP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_esa.h b/include/d/res/res_esa.h index d96c446f0..735458443 100644 --- a/include/d/res/res_esa.h +++ b/include/d/res/res_esa.h @@ -1,7 +1,7 @@ #ifndef RES_ESA_H #define RES_ESA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ESA_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_esekh.h b/include/d/res/res_esekh.h index 6499c2dc2..cd94aa576 100644 --- a/include/d/res/res_esekh.h +++ b/include/d/res/res_esekh.h @@ -1,7 +1,7 @@ #ifndef RES_ESEKH_H #define RES_ESEKH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ESEKH_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_eshata.h b/include/d/res/res_eshata.h index 5fdd2e934..720e3964c 100644 --- a/include/d/res/res_eshata.h +++ b/include/d/res/res_eshata.h @@ -1,7 +1,7 @@ #ifndef RES_ESHATA_H #define RES_ESHATA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ESHATA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_eskban.h b/include/d/res/res_eskban.h index 135a329ac..680327e81 100644 --- a/include/d/res/res_eskban.h +++ b/include/d/res/res_eskban.h @@ -1,7 +1,7 @@ #ifndef RES_ESKBAN_H #define RES_ESKBAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ESKBAN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_fa.h b/include/d/res/res_fa.h index 0821ca544..670b1fd5f 100644 --- a/include/d/res/res_fa.h +++ b/include/d/res/res_fa.h @@ -1,7 +1,7 @@ #ifndef RES_FA_H #define RES_FA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FA_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_fdai.h b/include/d/res/res_fdai.h index 88e751d22..c49539e02 100644 --- a/include/d/res/res_fdai.h +++ b/include/d/res/res_fdai.h @@ -1,7 +1,7 @@ #ifndef RES_FDAI_H #define RES_FDAI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FDAI_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ff.h b/include/d/res/res_ff.h index 69cca36c9..08a9a744d 100644 --- a/include/d/res/res_ff.h +++ b/include/d/res/res_ff.h @@ -1,7 +1,7 @@ #ifndef RES_FF_H #define RES_FF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FF_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_fganon.h b/include/d/res/res_fganon.h index 318fe5379..9e52b2416 100644 --- a/include/d/res/res_fganon.h +++ b/include/d/res/res_fganon.h @@ -1,7 +1,7 @@ #ifndef RES_FGANON_H #define RES_FGANON_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FGANON_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_figure.h b/include/d/res/res_figure.h index 14535fb0a..5c56b618d 100644 --- a/include/d/res/res_figure.h +++ b/include/d/res/res_figure.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE_H #define RES_FIGURE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE_RES_FILE_ID { /* BDLM */ diff --git a/include/d/res/res_figure0.h b/include/d/res/res_figure0.h index 1e7d5d8fb..466223fcd 100644 --- a/include/d/res/res_figure0.h +++ b/include/d/res/res_figure0.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE0_H #define RES_FIGURE0_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE0_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_figure1.h b/include/d/res/res_figure1.h index db51b32b0..1af6c5b71 100644 --- a/include/d/res/res_figure1.h +++ b/include/d/res/res_figure1.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE1_H #define RES_FIGURE1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE1_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_figure2.h b/include/d/res/res_figure2.h index 3da6c9c6d..fde360266 100644 --- a/include/d/res/res_figure2.h +++ b/include/d/res/res_figure2.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE2_H #define RES_FIGURE2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE2_RES_FILE_ID { /* BCK */ diff --git a/include/d/res/res_figure2a.h b/include/d/res/res_figure2a.h index ff8ae72b6..a776713ed 100644 --- a/include/d/res/res_figure2a.h +++ b/include/d/res/res_figure2a.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE2A_H #define RES_FIGURE2A_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum FIGURE2A_RES_FILE_ID { diff --git a/include/d/res/res_figure2b.h b/include/d/res/res_figure2b.h index 60952607d..bee84ec54 100644 --- a/include/d/res/res_figure2b.h +++ b/include/d/res/res_figure2b.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE2B_H #define RES_FIGURE2B_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum FIGURE2B_RES_FILE_ID { diff --git a/include/d/res/res_figure3.h b/include/d/res/res_figure3.h index f37b5d865..7c1130ae5 100644 --- a/include/d/res/res_figure3.h +++ b/include/d/res/res_figure3.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE3_H #define RES_FIGURE3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE3_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_figure4.h b/include/d/res/res_figure4.h index bb2f90530..fbe652c31 100644 --- a/include/d/res/res_figure4.h +++ b/include/d/res/res_figure4.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE4_H #define RES_FIGURE4_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE4_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_figure5.h b/include/d/res/res_figure5.h index 5bf83f2c1..4de52a91b 100644 --- a/include/d/res/res_figure5.h +++ b/include/d/res/res_figure5.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE5_H #define RES_FIGURE5_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE5_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_figure6.h b/include/d/res/res_figure6.h index 10a43c276..7b4cf3487 100644 --- a/include/d/res/res_figure6.h +++ b/include/d/res/res_figure6.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE6_H #define RES_FIGURE6_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FIGURE6_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_figure6a.h b/include/d/res/res_figure6a.h index 0931f9ecc..cae54d58a 100644 --- a/include/d/res/res_figure6a.h +++ b/include/d/res/res_figure6a.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE6A_H #define RES_FIGURE6A_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum FIGURE6A_RES_FILE_ID { diff --git a/include/d/res/res_figure6b.h b/include/d/res/res_figure6b.h index 58d8951da..e711db65d 100644 --- a/include/d/res/res_figure6b.h +++ b/include/d/res/res_figure6b.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE6B_H #define RES_FIGURE6B_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum FIGURE6B_RES_FILE_ID { diff --git a/include/d/res/res_figure6c.h b/include/d/res/res_figure6c.h index 2eb1d37ae..9f6acea49 100644 --- a/include/d/res/res_figure6c.h +++ b/include/d/res/res_figure6c.h @@ -1,7 +1,7 @@ #ifndef RES_FIGURE6C_H #define RES_FIGURE6C_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum FIGURE6C_RES_FILE_ID { diff --git a/include/d/res/res_flag_a.h b/include/d/res/res_flag_a.h index 10e280b35..c9846cece 100644 --- a/include/d/res/res_flag_a.h +++ b/include/d/res/res_flag_a.h @@ -1,7 +1,7 @@ #ifndef RES_FLAG_A_H #define RES_FLAG_A_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FLAG_A_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_flag_o.h b/include/d/res/res_flag_o.h index 81dcec6d8..600284a46 100644 --- a/include/d/res/res_flag_o.h +++ b/include/d/res/res_flag_o.h @@ -1,7 +1,7 @@ #ifndef RES_FLAG_O_H #define RES_FLAG_O_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FLAG_O_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_flag_t.h b/include/d/res/res_flag_t.h index 563ae1ead..2ccafd00c 100644 --- a/include/d/res/res_flag_t.h +++ b/include/d/res/res_flag_t.h @@ -1,7 +1,7 @@ #ifndef RES_FLAG_T_H #define RES_FLAG_T_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FLAG_T_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_flag_y.h b/include/d/res/res_flag_y.h index 13c974f2d..d090a3d26 100644 --- a/include/d/res/res_flag_y.h +++ b/include/d/res/res_flag_y.h @@ -1,7 +1,7 @@ #ifndef RES_FLAG_Y_H #define RES_FLAG_Y_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FLAG_Y_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_fm.h b/include/d/res/res_fm.h index e987c5bd9..2d5d63ba6 100644 --- a/include/d/res/res_fm.h +++ b/include/d/res/res_fm.h @@ -1,7 +1,7 @@ #ifndef RES_FM_H #define RES_FM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FM_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_fobj00.h b/include/d/res/res_fobj00.h index 6ad49849e..2a9577038 100644 --- a/include/d/res/res_fobj00.h +++ b/include/d/res/res_fobj00.h @@ -1,7 +1,7 @@ #ifndef RES_FOBJ00_H #define RES_FOBJ00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOBJ00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_fobj01.h b/include/d/res/res_fobj01.h index 8275f013f..34cc20ce7 100644 --- a/include/d/res/res_fobj01.h +++ b/include/d/res/res_fobj01.h @@ -1,7 +1,7 @@ #ifndef RES_FOBJ01_H #define RES_FOBJ01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOBJ01_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_fobj02.h b/include/d/res/res_fobj02.h index e4dbf5912..5c89bd99b 100644 --- a/include/d/res/res_fobj02.h +++ b/include/d/res/res_fobj02.h @@ -1,7 +1,7 @@ #ifndef RES_FOBJ02_H #define RES_FOBJ02_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOBJ02_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_fobj06.h b/include/d/res/res_fobj06.h index 52f85de2c..525fb7b3c 100644 --- a/include/d/res/res_fobj06.h +++ b/include/d/res/res_fobj06.h @@ -1,7 +1,7 @@ #ifndef RES_FOBJ06_H #define RES_FOBJ06_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOBJ06_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_fobj08.h b/include/d/res/res_fobj08.h index 95e7f3ed4..116979918 100644 --- a/include/d/res/res_fobj08.h +++ b/include/d/res/res_fobj08.h @@ -1,7 +1,7 @@ #ifndef RES_FOBJ08_H #define RES_FOBJ08_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOBJ08_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_fobj09.h b/include/d/res/res_fobj09.h index cb7c81b70..c1a34c331 100644 --- a/include/d/res/res_fobj09.h +++ b/include/d/res/res_fobj09.h @@ -1,7 +1,7 @@ #ifndef RES_FOBJ09_H #define RES_FOBJ09_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOBJ09_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_forest.h b/include/d/res/res_forest.h index 3243f80bc..ec50f568f 100644 --- a/include/d/res/res_forest.h +++ b/include/d/res/res_forest.h @@ -1,7 +1,7 @@ #ifndef RES_FOREST_H #define RES_FOREST_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FOREST_RES_FILE_ID { /* BMD */ diff --git a/include/d/res/res_frlt.h b/include/d/res/res_frlt.h index 3e57b8705..7dc6754e4 100644 --- a/include/d/res/res_frlt.h +++ b/include/d/res/res_frlt.h @@ -1,7 +1,7 @@ #ifndef RES_FRLT_H #define RES_FRLT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FRLT_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_fwbin.h b/include/d/res/res_fwbin.h index 9942a2f99..14ec1e0bb 100644 --- a/include/d/res/res_fwbin.h +++ b/include/d/res/res_fwbin.h @@ -1,7 +1,7 @@ #ifndef RES_FWBIN_H #define RES_FWBIN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum FWBIN_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gaship.h b/include/d/res/res_gaship.h index 93ab188c1..8a57f5abc 100644 --- a/include/d/res/res_gaship.h +++ b/include/d/res/res_gaship.h @@ -1,7 +1,7 @@ #ifndef RES_GASHIP_H #define RES_GASHIP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GASHIP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_gbdoor.h b/include/d/res/res_gbdoor.h index 317ecd596..87b31347b 100644 --- a/include/d/res/res_gbdoor.h +++ b/include/d/res/res_gbdoor.h @@ -1,7 +1,7 @@ #ifndef RES_GBDOOR_H #define RES_GBDOOR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GBDOOR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_gbed.h b/include/d/res/res_gbed.h index 22d0ea104..8ef1c90a2 100644 --- a/include/d/res/res_gbed.h +++ b/include/d/res/res_gbed.h @@ -1,7 +1,7 @@ #ifndef RES_GBED_H #define RES_GBED_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GBED_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_gbrg00.h b/include/d/res/res_gbrg00.h index 3b029f9f9..96d3608b1 100644 --- a/include/d/res/res_gbrg00.h +++ b/include/d/res/res_gbrg00.h @@ -1,7 +1,7 @@ #ifndef RES_GBRG00_H #define RES_GBRG00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GBRG00_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gdemo20.h b/include/d/res/res_gdemo20.h index 8a5706800..2e01e6397 100644 --- a/include/d/res/res_gdemo20.h +++ b/include/d/res/res_gdemo20.h @@ -1,7 +1,7 @@ #ifndef RES_GDEMO20_H #define RES_GDEMO20_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GDEMO20_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_gflag.h b/include/d/res/res_gflag.h index 6f85a19b9..dd499b67d 100644 --- a/include/d/res/res_gflag.h +++ b/include/d/res/res_gflag.h @@ -1,7 +1,7 @@ #ifndef RES_GFLAG_H #define RES_GFLAG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GFLAG_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_ghrwp.h b/include/d/res/res_ghrwp.h index d475c3465..c17a8891b 100644 --- a/include/d/res/res_ghrwp.h +++ b/include/d/res/res_ghrwp.h @@ -1,7 +1,7 @@ #ifndef RES_GHRWP_H #define RES_GHRWP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GHRWP_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gicel.h b/include/d/res/res_gicel.h index 1842c335e..324d2c30e 100644 --- a/include/d/res/res_gicel.h +++ b/include/d/res/res_gicel.h @@ -1,7 +1,7 @@ #ifndef RES_GICEL_H #define RES_GICEL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GICEL_RES_FILE_ID { // IDs and indexes are synced /* BDLI */ diff --git a/include/d/res/res_gk.h b/include/d/res/res_gk.h index 1ce590bdb..45c117638 100644 --- a/include/d/res/res_gk.h +++ b/include/d/res/res_gk.h @@ -1,7 +1,7 @@ #ifndef RES_GK_H #define RES_GK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GK_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_gkai00.h b/include/d/res/res_gkai00.h index db921ea01..0c74bcc7e 100644 --- a/include/d/res/res_gkai00.h +++ b/include/d/res/res_gkai00.h @@ -1,7 +1,7 @@ #ifndef RES_GKAI00_H #define RES_GKAI00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GKAI00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_gm.h b/include/d/res/res_gm.h index 49e1f6e3c..3fc0bbf9a 100644 --- a/include/d/res/res_gm.h +++ b/include/d/res/res_gm.h @@ -1,7 +1,7 @@ #ifndef RES_GM_H #define RES_GM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GM_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_gmjwp.h b/include/d/res/res_gmjwp.h index e7ee839bb..9c64e6da6 100644 --- a/include/d/res/res_gmjwp.h +++ b/include/d/res/res_gmjwp.h @@ -1,7 +1,7 @@ #ifndef RES_GMJWP_H #define RES_GMJWP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GMJWP_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_gmtw.h b/include/d/res/res_gmtw.h index a7545e00d..87c7c5ab7 100644 --- a/include/d/res/res_gmtw.h +++ b/include/d/res/res_gmtw.h @@ -1,7 +1,7 @@ #ifndef RES_GMTW_H #define RES_GMTW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GMTW_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_gnd.h b/include/d/res/res_gnd.h index c9405fd9a..870c225eb 100644 --- a/include/d/res/res_gnd.h +++ b/include/d/res/res_gnd.h @@ -1,7 +1,7 @@ #ifndef RES_GND_H #define RES_GND_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GND_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_gnnbtltaki.h b/include/d/res/res_gnnbtltaki.h index a2a1742ca..38a76c458 100644 --- a/include/d/res/res_gnnbtltaki.h +++ b/include/d/res/res_gnnbtltaki.h @@ -1,7 +1,7 @@ #ifndef RES_GNNBTLTAKI_H #define RES_GNNBTLTAKI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GNNBTLTAKI_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gnndemotakie.h b/include/d/res/res_gnndemotakie.h index 484916ffd..0d90ebd96 100644 --- a/include/d/res/res_gnndemotakie.h +++ b/include/d/res/res_gnndemotakie.h @@ -1,7 +1,7 @@ #ifndef RES_GNNDEMOTAKIE_H #define RES_GNNDEMOTAKIE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GNNDEMOTAKIE_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gnndemotakis.h b/include/d/res/res_gnndemotakis.h index ebce025b5..5e3244cf1 100644 --- a/include/d/res/res_gnndemotakis.h +++ b/include/d/res/res_gnndemotakis.h @@ -1,7 +1,7 @@ #ifndef RES_GNNDEMOTAKIS_H #define RES_GNNDEMOTAKIS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GNNDEMOTAKIS_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gover.h b/include/d/res/res_gover.h index 167a85357..8d2a7bf32 100644 --- a/include/d/res/res_gover.h +++ b/include/d/res/res_gover.h @@ -1,7 +1,7 @@ #ifndef RES_GOVER_H #define RES_GOVER_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum GOVER_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_gp.h b/include/d/res/res_gp.h index 9f63678ea..7a4b7f053 100644 --- a/include/d/res/res_gp.h +++ b/include/d/res/res_gp.h @@ -1,7 +1,7 @@ #ifndef RES_GP_H #define RES_GP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GP_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_grid.h b/include/d/res/res_grid.h index aa76dca43..e687b19ab 100644 --- a/include/d/res/res_grid.h +++ b/include/d/res/res_grid.h @@ -1,7 +1,7 @@ #ifndef RES_GRID_H #define RES_GRID_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GRID_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_gryw00.h b/include/d/res/res_gryw00.h index 3a1e19dbf..e0b5c0ec0 100644 --- a/include/d/res/res_gryw00.h +++ b/include/d/res/res_gryw00.h @@ -1,7 +1,7 @@ #ifndef RES_GRYW00_H #define RES_GRYW00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GRYW00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_gtaki.h b/include/d/res/res_gtaki.h index 35b6ab426..9dee90222 100644 --- a/include/d/res/res_gtaki.h +++ b/include/d/res/res_gtaki.h @@ -1,7 +1,7 @@ #ifndef RES_GTAKI_H #define RES_GTAKI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GTAKI_RES_FILE_ID { // IDs and indexes are synced /* BDLI */ diff --git a/include/d/res/res_gtfglow.h b/include/d/res/res_gtfglow.h index 2f23126a2..398e7fdf6 100644 --- a/include/d/res/res_gtfglow.h +++ b/include/d/res/res_gtfglow.h @@ -1,7 +1,7 @@ #ifndef RES_GTFGLOW_H #define RES_GTFGLOW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GTFGLOW_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_gy.h b/include/d/res/res_gy.h index 6c99da843..42f571f5f 100644 --- a/include/d/res/res_gy.h +++ b/include/d/res/res_gy.h @@ -1,7 +1,7 @@ #ifndef RES_GY_H #define RES_GY_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum GY_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_hami1.h b/include/d/res/res_hami1.h index 327870ae7..2e2b1ca97 100644 --- a/include/d/res/res_hami1.h +++ b/include/d/res/res_hami1.h @@ -1,7 +1,7 @@ #ifndef RES_HAMI1_H #define RES_HAMI1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HAMI1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hami2.h b/include/d/res/res_hami2.h index d8a279ad1..dc5ce4768 100644 --- a/include/d/res/res_hami2.h +++ b/include/d/res/res_hami2.h @@ -1,7 +1,7 @@ #ifndef RES_HAMI2_H #define RES_HAMI2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HAMI2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hami3.h b/include/d/res/res_hami3.h index 5e96c4e5e..36e05d4f1 100644 --- a/include/d/res/res_hami3.h +++ b/include/d/res/res_hami3.h @@ -1,7 +1,7 @@ #ifndef RES_HAMI3_H #define RES_HAMI3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HAMI3_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hami4.h b/include/d/res/res_hami4.h index 54c1cf588..0bd9f0c7d 100644 --- a/include/d/res/res_hami4.h +++ b/include/d/res/res_hami4.h @@ -1,7 +1,7 @@ #ifndef RES_HAMI4_H #define RES_HAMI4_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HAMI4_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hbox2.h b/include/d/res/res_hbox2.h index 7d499d81b..4ef44d144 100644 --- a/include/d/res/res_hbox2.h +++ b/include/d/res/res_hbox2.h @@ -1,7 +1,7 @@ #ifndef RES_HBOX2_H #define RES_HBOX2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HBOX2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hbrf1.h b/include/d/res/res_hbrf1.h index 65672ff3d..8590c5e6b 100644 --- a/include/d/res/res_hbrf1.h +++ b/include/d/res/res_hbrf1.h @@ -1,7 +1,7 @@ #ifndef RES_HBRF1_H #define RES_HBRF1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HBRF1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hbw1.h b/include/d/res/res_hbw1.h index c0fc27261..f2cba0a3c 100644 --- a/include/d/res/res_hbw1.h +++ b/include/d/res/res_hbw1.h @@ -1,7 +1,7 @@ #ifndef RES_HBW1_H #define RES_HBW1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HBW1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hbw2.h b/include/d/res/res_hbw2.h index 6f83e3922..7fa191264 100644 --- a/include/d/res/res_hbw2.h +++ b/include/d/res/res_hbw2.h @@ -1,7 +1,7 @@ #ifndef RES_HBW2_H #define RES_HBW2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HBW2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hcbh.h b/include/d/res/res_hcbh.h index 079d88425..ddc6b8768 100644 --- a/include/d/res/res_hcbh.h +++ b/include/d/res/res_hcbh.h @@ -1,7 +1,7 @@ #ifndef RES_HCBH_H #define RES_HCBH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HCBH_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hdai1.h b/include/d/res/res_hdai1.h index c8685d5cc..d4e485055 100644 --- a/include/d/res/res_hdai1.h +++ b/include/d/res/res_hdai1.h @@ -1,7 +1,7 @@ #ifndef RES_HDAI1_H #define RES_HDAI1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HDAI1_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hfbot.h b/include/d/res/res_hfbot.h index be7259cbb..c5e561730 100644 --- a/include/d/res/res_hfbot.h +++ b/include/d/res/res_hfbot.h @@ -1,7 +1,7 @@ #ifndef RES_HFBOT_H #define RES_HFBOT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HFBOT_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hfuck1.h b/include/d/res/res_hfuck1.h index 3a212addb..22cb5fde1 100644 --- a/include/d/res/res_hfuck1.h +++ b/include/d/res/res_hfuck1.h @@ -1,7 +1,7 @@ #ifndef RES_HFUCK1_H #define RES_HFUCK1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HFUCK1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hha.h b/include/d/res/res_hha.h index 9aff43ead..6c227349a 100644 --- a/include/d/res/res_hha.h +++ b/include/d/res/res_hha.h @@ -1,7 +1,7 @@ #ifndef RES_HHA_H #define RES_HHA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HHA_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_hhbot.h b/include/d/res/res_hhbot.h index ee476fb4a..b5c7c5808 100644 --- a/include/d/res/res_hhbot.h +++ b/include/d/res/res_hhbot.h @@ -1,7 +1,7 @@ #ifndef RES_HHBOT_H #define RES_HHBOT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HHBOT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hhyu1.h b/include/d/res/res_hhyu1.h index 406c2da7f..a4f512d68 100644 --- a/include/d/res/res_hhyu1.h +++ b/include/d/res/res_hhyu1.h @@ -1,7 +1,7 @@ #ifndef RES_HHYU1_H #define RES_HHYU1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HHYU1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hi.h b/include/d/res/res_hi.h index 15de2a4fd..d10aad949 100644 --- a/include/d/res/res_hi.h +++ b/include/d/res/res_hi.h @@ -1,7 +1,7 @@ #ifndef RES_HI_H #define RES_HI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HI_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_himo2.h b/include/d/res/res_himo2.h index 60e6b12d4..dee719769 100644 --- a/include/d/res/res_himo2.h +++ b/include/d/res/res_himo2.h @@ -1,7 +1,7 @@ #ifndef RES_HIMO2_H #define RES_HIMO2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HIMO2_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_himo3.h b/include/d/res/res_himo3.h index 462828afb..65f0647ab 100644 --- a/include/d/res/res_himo3.h +++ b/include/d/res/res_himo3.h @@ -1,7 +1,7 @@ #ifndef RES_HIMO3_H #define RES_HIMO3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HIMO3_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_hitobj.h b/include/d/res/res_hitobj.h index 097c7b573..5e5c2fa04 100644 --- a/include/d/res/res_hitobj.h +++ b/include/d/res/res_hitobj.h @@ -1,7 +1,7 @@ #ifndef RES_HITOBJ_H #define RES_HITOBJ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HITOBJ_RES_FILE_ID { // IDs and indexes are synced }; diff --git a/include/d/res/res_hjump.h b/include/d/res/res_hjump.h index 62b7fc1a6..b170d2df9 100644 --- a/include/d/res/res_hjump.h +++ b/include/d/res/res_hjump.h @@ -1,7 +1,7 @@ #ifndef RES_HJUMP_H #define RES_HJUMP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HJUMP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hkikai1.h b/include/d/res/res_hkikai1.h index 6353bd79a..3815e7aad 100644 --- a/include/d/res/res_hkikai1.h +++ b/include/d/res/res_hkikai1.h @@ -1,7 +1,7 @@ #ifndef RES_HKIKAI1_H #define RES_HKIKAI1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HKIKAI1_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_hkyo.h b/include/d/res/res_hkyo.h index 2a991594b..4255e067b 100644 --- a/include/d/res/res_hkyo.h +++ b/include/d/res/res_hkyo.h @@ -1,7 +1,7 @@ #ifndef RES_HKYO_H #define RES_HKYO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HKYO_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hlift.h b/include/d/res/res_hlift.h index a38371db4..c0678d62e 100644 --- a/include/d/res/res_hlift.h +++ b/include/d/res/res_hlift.h @@ -1,7 +1,7 @@ #ifndef RES_HLIFT_H #define RES_HLIFT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HLIFT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hmlif.h b/include/d/res/res_hmlif.h index 3faa18084..165f3a181 100644 --- a/include/d/res/res_hmlif.h +++ b/include/d/res/res_hmlif.h @@ -1,7 +1,7 @@ #ifndef RES_HMLIF_H #define RES_HMLIF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HMLIF_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hmos.h b/include/d/res/res_hmos.h index 35649ba81..02aff1a68 100644 --- a/include/d/res/res_hmos.h +++ b/include/d/res/res_hmos.h @@ -1,7 +1,7 @@ #ifndef RES_HMOS_H #define RES_HMOS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HMOS_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ho.h b/include/d/res/res_ho.h index a2531395e..c322e87d7 100644 --- a/include/d/res/res_ho.h +++ b/include/d/res/res_ho.h @@ -1,7 +1,7 @@ #ifndef RES_HO_H #define RES_HO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HO_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_homen.h b/include/d/res/res_homen.h index 1dda03dc0..20c1210f5 100644 --- a/include/d/res/res_homen.h +++ b/include/d/res/res_homen.h @@ -1,7 +1,7 @@ #ifndef RES_HOMEN_H #define RES_HOMEN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HOMEN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hpbot1.h b/include/d/res/res_hpbot1.h index 03b9b40aa..98b5b808c 100644 --- a/include/d/res/res_hpbot1.h +++ b/include/d/res/res_hpbot1.h @@ -1,7 +1,7 @@ #ifndef RES_HPBOT1_H #define RES_HPBOT1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HPBOT1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hpu1.h b/include/d/res/res_hpu1.h index 1581096a3..64e21c2cc 100644 --- a/include/d/res/res_hpu1.h +++ b/include/d/res/res_hpu1.h @@ -1,7 +1,7 @@ #ifndef RES_HPU1_H #define RES_HPU1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HPU1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hpu2.h b/include/d/res/res_hpu2.h index cd8df2f05..58c0c5b99 100644 --- a/include/d/res/res_hpu2.h +++ b/include/d/res/res_hpu2.h @@ -1,7 +1,7 @@ #ifndef RES_HPU2_H #define RES_HPU2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HPU2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hr.h b/include/d/res/res_hr.h index f497e373f..fd4952d81 100644 --- a/include/d/res/res_hr.h +++ b/include/d/res/res_hr.h @@ -1,7 +1,7 @@ #ifndef RES_HR_H #define RES_HR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HR_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_hsehi1.h b/include/d/res/res_hsehi1.h index 414dbc9f3..3b30e83fc 100644 --- a/include/d/res/res_hsehi1.h +++ b/include/d/res/res_hsehi1.h @@ -1,7 +1,7 @@ #ifndef RES_HSEHI1_H #define RES_HSEHI1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HSEHI1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hsehi2.h b/include/d/res/res_hsehi2.h index 96727fad3..03e2a12c2 100644 --- a/include/d/res/res_hsehi2.h +++ b/include/d/res/res_hsehi2.h @@ -1,7 +1,7 @@ #ifndef RES_HSEHI2_H #define RES_HSEHI2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HSEHI2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hseki.h b/include/d/res/res_hseki.h index 21db00846..c3ec2def4 100644 --- a/include/d/res/res_hseki.h +++ b/include/d/res/res_hseki.h @@ -1,7 +1,7 @@ #ifndef RES_HSEKI_H #define RES_HSEKI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum HSEKI_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_hsen1.h b/include/d/res/res_hsen1.h index 8845aedb9..485d684db 100644 --- a/include/d/res/res_hsen1.h +++ b/include/d/res/res_hsen1.h @@ -1,7 +1,7 @@ #ifndef RES_HSEN1_H #define RES_HSEN1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HSEN1_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hsen3.h b/include/d/res/res_hsen3.h index b8390a26b..065ed3566 100644 --- a/include/d/res/res_hsen3.h +++ b/include/d/res/res_hsen3.h @@ -1,7 +1,7 @@ #ifndef RES_HSEN3_H #define RES_HSEN3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HSEN3_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_hten1.h b/include/d/res/res_hten1.h index f2ad5b9ff..da568ac98 100644 --- a/include/d/res/res_hten1.h +++ b/include/d/res/res_hten1.h @@ -1,7 +1,7 @@ #ifndef RES_HTEN1_H #define RES_HTEN1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum HTEN1_RES_FILE_ID { diff --git a/include/d/res/res_htetu1.h b/include/d/res/res_htetu1.h index eb58ec73a..376428681 100644 --- a/include/d/res/res_htetu1.h +++ b/include/d/res/res_htetu1.h @@ -1,7 +1,7 @@ #ifndef RES_HTETU1_H #define RES_HTETU1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HTETU1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_htobi1.h b/include/d/res/res_htobi1.h index 4336350af..9fc1f92af 100644 --- a/include/d/res/res_htobi1.h +++ b/include/d/res/res_htobi1.h @@ -1,7 +1,7 @@ #ifndef RES_HTOBI1_H #define RES_HTOBI1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HTOBI1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_htobi2.h b/include/d/res/res_htobi2.h index c7fc09020..3ebf0f1cc 100644 --- a/include/d/res/res_htobi2.h +++ b/include/d/res/res_htobi2.h @@ -1,7 +1,7 @@ #ifndef RES_HTOBI2_H #define RES_HTOBI2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HTOBI2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_htobi3.h b/include/d/res/res_htobi3.h index a1533a76e..1b2b58a5e 100644 --- a/include/d/res/res_htobi3.h +++ b/include/d/res/res_htobi3.h @@ -1,7 +1,7 @@ #ifndef RES_HTOBI3_H #define RES_HTOBI3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HTOBI3_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_htoge1.h b/include/d/res/res_htoge1.h index 13e8d6167..6e0c6a393 100644 --- a/include/d/res/res_htoge1.h +++ b/include/d/res/res_htoge1.h @@ -1,7 +1,7 @@ #ifndef RES_HTOGE1_H #define RES_HTOGE1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HTOGE1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_htw1.h b/include/d/res/res_htw1.h index b6ee895d6..7d1cb199a 100644 --- a/include/d/res/res_htw1.h +++ b/include/d/res/res_htw1.h @@ -1,7 +1,7 @@ #ifndef RES_HTW1_H #define RES_HTW1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HTW1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_humi.h b/include/d/res/res_humi.h index a9e1d75d8..31c76559a 100644 --- a/include/d/res/res_humi.h +++ b/include/d/res/res_humi.h @@ -1,7 +1,7 @@ #ifndef RES_HUMI_H #define RES_HUMI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HUMI_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hys.h b/include/d/res/res_hys.h index 60e8b9e58..5ab4a48f2 100644 --- a/include/d/res/res_hys.h +++ b/include/d/res/res_hys.h @@ -1,7 +1,7 @@ #ifndef RES_HYS_H #define RES_HYS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HYS_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hyuf1.h b/include/d/res/res_hyuf1.h index 41b3ad08b..82ca98c92 100644 --- a/include/d/res/res_hyuf1.h +++ b/include/d/res/res_hyuf1.h @@ -1,7 +1,7 @@ #ifndef RES_HYUF1_H #define RES_HYUF1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HYUF1_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_hyuf2.h b/include/d/res/res_hyuf2.h index db50f9e91..b6d9ee656 100644 --- a/include/d/res/res_hyuf2.h +++ b/include/d/res/res_hyuf2.h @@ -1,7 +1,7 @@ #ifndef RES_HYUF2_H #define RES_HYUF2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum HYUF2_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ikadah.h b/include/d/res/res_ikadah.h index 5f9cbbdde..39ec8e806 100644 --- a/include/d/res/res_ikadah.h +++ b/include/d/res/res_ikadah.h @@ -1,7 +1,7 @@ #ifndef RES_IKADAH_H #define RES_IKADAH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum IKADAH_RES_FILE_ID { // IDs and indexes are synced #if VERSION == VERSION_DEMO diff --git a/include/d/res/res_ikari.h b/include/d/res/res_ikari.h index b15d79293..77217afb3 100644 --- a/include/d/res/res_ikari.h +++ b/include/d/res/res_ikari.h @@ -1,7 +1,7 @@ #ifndef RES_IKARI_H #define RES_IKARI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum IKARI_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_ikori.h b/include/d/res/res_ikori.h index d87a5b04b..66ef199f0 100644 --- a/include/d/res/res_ikori.h +++ b/include/d/res/res_ikori.h @@ -1,7 +1,7 @@ #ifndef RES_IKORI_H #define RES_IKORI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum IKORI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_itact.h b/include/d/res/res_itact.h index d6bce99f0..a5fca613c 100644 --- a/include/d/res/res_itact.h +++ b/include/d/res/res_itact.h @@ -1,7 +1,7 @@ #ifndef RES_ITACT_H #define RES_ITACT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ITACT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_itnak.h b/include/d/res/res_itnak.h index 6f4e00920..6a4449145 100644 --- a/include/d/res/res_itnak.h +++ b/include/d/res/res_itnak.h @@ -1,7 +1,7 @@ #ifndef RES_ITNAK_H #define RES_ITNAK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ITNAK_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_jb.h b/include/d/res/res_jb.h index 56d934a85..8611ec4fa 100644 --- a/include/d/res/res_jb.h +++ b/include/d/res/res_jb.h @@ -1,7 +1,7 @@ #ifndef RES_JB_H #define RES_JB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum JB_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_jbo.h b/include/d/res/res_jbo.h index 24e9078ba..3fd671e14 100644 --- a/include/d/res/res_jbo.h +++ b/include/d/res/res_jbo.h @@ -1,7 +1,7 @@ #ifndef RES_JBO_H #define RES_JBO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum JBO_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ji.h b/include/d/res/res_ji.h index 39d0ed541..19b18dd4c 100644 --- a/include/d/res/res_ji.h +++ b/include/d/res/res_ji.h @@ -1,7 +1,7 @@ #ifndef RES_JI_H #define RES_JI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum JI_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_kaisen.h b/include/d/res/res_kaisen.h index f688ed799..aaa34b548 100644 --- a/include/d/res/res_kaisen.h +++ b/include/d/res/res_kaisen.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_H #define RES_KAISEN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KAISEN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kaisen_0.h b/include/d/res/res_kaisen_0.h index 2fcc48930..d80a12c3c 100644 --- a/include/d/res/res_kaisen_0.h +++ b/include/d/res/res_kaisen_0.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_0_H #define RES_KAISEN_0_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum KAISEN_0_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kaisen_1.h b/include/d/res/res_kaisen_1.h index 359676529..67527598d 100644 --- a/include/d/res/res_kaisen_1.h +++ b/include/d/res/res_kaisen_1.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_1_H #define RES_KAISEN_1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum KAISEN_1_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kaisen_2.h b/include/d/res/res_kaisen_2.h index a4cc4772e..febe02661 100644 --- a/include/d/res/res_kaisen_2.h +++ b/include/d/res/res_kaisen_2.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_2_H #define RES_KAISEN_2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum KAISEN_2_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kaisen_3.h b/include/d/res/res_kaisen_3.h index 8c6c15c73..2a47700e7 100644 --- a/include/d/res/res_kaisen_3.h +++ b/include/d/res/res_kaisen_3.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_3_H #define RES_KAISEN_3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum KAISEN_3_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kaisen_4.h b/include/d/res/res_kaisen_4.h index ede0523e5..eb1678af7 100644 --- a/include/d/res/res_kaisen_4.h +++ b/include/d/res/res_kaisen_4.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_4_H #define RES_KAISEN_4_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum KAISEN_4_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kaisen_e.h b/include/d/res/res_kaisen_e.h index d44d74a65..a1ab144b3 100644 --- a/include/d/res/res_kaisen_e.h +++ b/include/d/res/res_kaisen_e.h @@ -1,7 +1,7 @@ #ifndef RES_KAISEN_E_H #define RES_KAISEN_E_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_JPN enum KAISEN_E_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kaizokusen.h b/include/d/res/res_kaizokusen.h index 6911c49b8..295437507 100644 --- a/include/d/res/res_kaizokusen.h +++ b/include/d/res/res_kaizokusen.h @@ -1,7 +1,7 @@ #ifndef RES_KAIZOKUSEN_H #define RES_KAIZOKUSEN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KAIZOKUSEN_RES_FILE_ID { /* DZB */ diff --git a/include/d/res/res_kaji.h b/include/d/res/res_kaji.h index 13d013186..66fe67490 100644 --- a/include/d/res/res_kaji.h +++ b/include/d/res/res_kaji.h @@ -1,7 +1,7 @@ #ifndef RES_KAJI_H #define RES_KAJI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KAJI_RES_FILE_ID { /* BAS */ diff --git a/include/d/res/res_kamome.h b/include/d/res/res_kamome.h index b30dc3eb4..d00f0c7dd 100644 --- a/include/d/res/res_kamome.h +++ b/include/d/res/res_kamome.h @@ -1,7 +1,7 @@ #ifndef RES_KAMOME_H #define RES_KAMOME_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KAMOME_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_kanat.h b/include/d/res/res_kanat.h index 1da9e39b3..2639ad072 100644 --- a/include/d/res/res_kanat.h +++ b/include/d/res/res_kanat.h @@ -1,7 +1,7 @@ #ifndef RES_KANAT_H #define RES_KANAT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KANAT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kanban.h b/include/d/res/res_kanban.h index 8746f2ea0..f4849b3b5 100644 --- a/include/d/res/res_kanban.h +++ b/include/d/res/res_kanban.h @@ -1,7 +1,7 @@ #ifndef RES_KANBAN_H #define RES_KANBAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KANBAN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kantera.h b/include/d/res/res_kantera.h index 7306dfe0e..5f229b7ab 100644 --- a/include/d/res/res_kantera.h +++ b/include/d/res/res_kantera.h @@ -1,7 +1,7 @@ #ifndef RES_KANTERA_H #define RES_KANTERA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KANTERA_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_kb.h b/include/d/res/res_kb.h index de6916660..bef400e3a 100644 --- a/include/d/res/res_kb.h +++ b/include/d/res/res_kb.h @@ -1,7 +1,7 @@ #ifndef RES_KB_H #define RES_KB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KB_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_kbota_00.h b/include/d/res/res_kbota_00.h index b60bf6623..6ec9279f2 100644 --- a/include/d/res/res_kbota_00.h +++ b/include/d/res/res_kbota_00.h @@ -1,7 +1,7 @@ #ifndef RES_KBOTA_00_H #define RES_KBOTA_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KBOTA_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_key.h b/include/d/res/res_key.h index 37f719333..cc5b3ed27 100644 --- a/include/d/res/res_key.h +++ b/include/d/res/res_key.h @@ -1,7 +1,7 @@ #ifndef RES_KEY_H #define RES_KEY_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KEY_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_key_01.h b/include/d/res/res_key_01.h index e673b91c0..51f67a2b9 100644 --- a/include/d/res/res_key_01.h +++ b/include/d/res/res_key_01.h @@ -1,7 +1,7 @@ #ifndef RES_KEY_01_H #define RES_KEY_01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KEY_01_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_kf.h b/include/d/res/res_kf.h index c9c59dc46..7aa7034dc 100644 --- a/include/d/res/res_kf.h +++ b/include/d/res/res_kf.h @@ -1,7 +1,7 @@ #ifndef RES_KF_H #define RES_KF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KF_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_kg.h b/include/d/res/res_kg.h index 1ba55ec34..c7e54e5ce 100644 --- a/include/d/res/res_kg.h +++ b/include/d/res/res_kg.h @@ -1,7 +1,7 @@ #ifndef RES_KG_H #define RES_KG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KG_RES_FILE_ID { /* BDLM */ diff --git a/include/d/res/res_khasi_00.h b/include/d/res/res_khasi_00.h index 97a247f48..bab95dc36 100644 --- a/include/d/res/res_khasi_00.h +++ b/include/d/res/res_khasi_00.h @@ -1,7 +1,7 @@ #ifndef RES_KHASI_00_H #define RES_KHASI_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KHASI_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ki.h b/include/d/res/res_ki.h index 8d2f81d64..6bf74d390 100644 --- a/include/d/res/res_ki.h +++ b/include/d/res/res_ki.h @@ -1,7 +1,7 @@ #ifndef RES_KI_H #define RES_KI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KI_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_kiri.h b/include/d/res/res_kiri.h index 08be1b862..cd3c87eff 100644 --- a/include/d/res/res_kiri.h +++ b/include/d/res/res_kiri.h @@ -1,7 +1,7 @@ #ifndef RES_KIRI_H #define RES_KIRI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KIRI_RES_FILE_ID { /* BCK */ diff --git a/include/d/res/res_kita.h b/include/d/res/res_kita.h index ba337bf79..5b42de1a6 100644 --- a/include/d/res/res_kita.h +++ b/include/d/res/res_kita.h @@ -1,7 +1,7 @@ #ifndef RES_KITA_H #define RES_KITA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KITA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kk.h b/include/d/res/res_kk.h index 901f7fbd6..0737ea0a5 100644 --- a/include/d/res/res_kk.h +++ b/include/d/res/res_kk.h @@ -1,7 +1,7 @@ #ifndef RES_KK_H #define RES_KK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KK_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_kkiba_00.h b/include/d/res/res_kkiba_00.h index be598a2e6..47bd9ee87 100644 --- a/include/d/res/res_kkiba_00.h +++ b/include/d/res/res_kkiba_00.h @@ -1,7 +1,7 @@ #ifndef RES_KKIBA_00_H #define RES_KKIBA_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KKIBA_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_klft.h b/include/d/res/res_klft.h index 4f22ff919..2fd2c6195 100644 --- a/include/d/res/res_klft.h +++ b/include/d/res/res_klft.h @@ -1,7 +1,7 @@ #ifndef RES_KLFT_H #define RES_KLFT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KLFT_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_km.h b/include/d/res/res_km.h index 6007c06aa..454e98e3c 100644 --- a/include/d/res/res_km.h +++ b/include/d/res/res_km.h @@ -1,7 +1,7 @@ #ifndef RES_KM_H #define RES_KM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KM_RES_FILE_ID { /* BAS */ diff --git a/include/d/res/res_kmi00x.h b/include/d/res/res_kmi00x.h index 37811ee5d..5fba0d597 100644 --- a/include/d/res/res_kmi00x.h +++ b/include/d/res/res_kmi00x.h @@ -1,7 +1,7 @@ #ifndef RES_KMI00X_H #define RES_KMI00X_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum KMI00X_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_kmtub_00.h b/include/d/res/res_kmtub_00.h index 7ab3e9270..057020963 100644 --- a/include/d/res/res_kmtub_00.h +++ b/include/d/res/res_kmtub_00.h @@ -1,7 +1,7 @@ #ifndef RES_KMTUB_00_H #define RES_KMTUB_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KMTUB_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kn.h b/include/d/res/res_kn.h index 2975495d9..c5fae5a31 100644 --- a/include/d/res/res_kn.h +++ b/include/d/res/res_kn.h @@ -1,7 +1,7 @@ #ifndef RES_KN_H #define RES_KN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KN_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_knob.h b/include/d/res/res_knob.h index 9a5987072..240523ec4 100644 --- a/include/d/res/res_knob.h +++ b/include/d/res/res_knob.h @@ -1,7 +1,7 @@ #ifndef RES_KNOB_H #define RES_KNOB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KNOB_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_knsak_00.h b/include/d/res/res_knsak_00.h index ecd0671a3..3c817f181 100644 --- a/include/d/res/res_knsak_00.h +++ b/include/d/res/res_knsak_00.h @@ -1,7 +1,7 @@ #ifndef RES_KNSAK_00_H #define RES_KNSAK_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KNSAK_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ko.h b/include/d/res/res_ko.h index 3525df5a4..9d59fb44c 100644 --- a/include/d/res/res_ko.h +++ b/include/d/res/res_ko.h @@ -1,7 +1,7 @@ #ifndef RES_KO_H #define RES_KO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KO_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_kokiie.h b/include/d/res/res_kokiie.h index 86df4a905..9c1aba1fc 100644 --- a/include/d/res/res_kokiie.h +++ b/include/d/res/res_kokiie.h @@ -1,7 +1,7 @@ #ifndef RES_KOKIIE_H #define RES_KOKIIE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KOKIIE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kp.h b/include/d/res/res_kp.h index 09e70b55d..9dd8ce4f8 100644 --- a/include/d/res/res_kp.h +++ b/include/d/res/res_kp.h @@ -1,7 +1,7 @@ #ifndef RES_KP_H #define RES_KP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KP_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_krock_01.h b/include/d/res/res_krock_01.h index c599cd5bc..41772d1a4 100644 --- a/include/d/res/res_krock_01.h +++ b/include/d/res/res_krock_01.h @@ -1,7 +1,7 @@ #ifndef RES_KROCK_01_H #define RES_KROCK_01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KROCK_01_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_kryu.h b/include/d/res/res_kryu.h index 94566ed67..2ac97ff40 100644 --- a/include/d/res/res_kryu.h +++ b/include/d/res/res_kryu.h @@ -1,7 +1,7 @@ #ifndef RES_KRYU_H #define RES_KRYU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KRYU_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ks.h b/include/d/res/res_ks.h index 2c0454f0c..436b62bc4 100644 --- a/include/d/res/res_ks.h +++ b/include/d/res/res_ks.h @@ -1,7 +1,7 @@ #ifndef RES_KS_H #define RES_KS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KS_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_ksaku_00.h b/include/d/res/res_ksaku_00.h index fdcc9399e..eee4cb218 100644 --- a/include/d/res/res_ksaku_00.h +++ b/include/d/res/res_ksaku_00.h @@ -1,7 +1,7 @@ #ifndef RES_KSAKU_00_H #define RES_KSAKU_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KSAKU_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ksakuco.h b/include/d/res/res_ksakuco.h index fcab0fc9f..ec13b4e8d 100644 --- a/include/d/res/res_ksakuco.h +++ b/include/d/res/res_ksakuco.h @@ -1,7 +1,7 @@ #ifndef RES_KSAKUCO_H #define RES_KSAKUCO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KSAKUCO_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_kt.h b/include/d/res/res_kt.h index 0f06eb998..5c8222b64 100644 --- a/include/d/res/res_kt.h +++ b/include/d/res/res_kt.h @@ -1,7 +1,7 @@ #ifndef RES_KT_H #define RES_KT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KT_RES_FILE_ID { /* BCK */ diff --git a/include/d/res/res_ktaru_00.h b/include/d/res/res_ktaru_00.h index 449fc34cb..3f6468318 100644 --- a/include/d/res/res_ktaru_00.h +++ b/include/d/res/res_ktaru_00.h @@ -1,7 +1,7 @@ #ifndef RES_KTARU_00_H #define RES_KTARU_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KTARU_00_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ktaru_01.h b/include/d/res/res_ktaru_01.h index 96892f816..3fa0c8a89 100644 --- a/include/d/res/res_ktaru_01.h +++ b/include/d/res/res_ktaru_01.h @@ -1,7 +1,7 @@ #ifndef RES_KTARU_01_H #define RES_KTARU_01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KTARU_01_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kui.h b/include/d/res/res_kui.h index a072c00a9..b01b147d9 100644 --- a/include/d/res/res_kui.h +++ b/include/d/res/res_kui.h @@ -1,7 +1,7 @@ #ifndef RES_KUI_H #define RES_KUI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KUI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_kusa.h b/include/d/res/res_kusa.h index ce954be42..f49b1f5e4 100644 --- a/include/d/res/res_kusa.h +++ b/include/d/res/res_kusa.h @@ -1,7 +1,7 @@ #ifndef RES_KUSA_H #define RES_KUSA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KUSA_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_kwood_00.h b/include/d/res/res_kwood_00.h index 98c1437f9..99815264a 100644 --- a/include/d/res/res_kwood_00.h +++ b/include/d/res/res_kwood_00.h @@ -1,7 +1,7 @@ #ifndef RES_KWOOD_00_H #define RES_KWOOD_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KWOOD_00_RES_FILE_ID { /* BAS */ diff --git a/include/d/res/res_kyjim.h b/include/d/res/res_kyjim.h index b89ab7a83..23e389e23 100644 --- a/include/d/res/res_kyjim.h +++ b/include/d/res/res_kyjim.h @@ -1,7 +1,7 @@ #ifndef RES_KYJIM_H #define RES_KYJIM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum KYJIM_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_lamp.h b/include/d/res/res_lamp.h index 413e60260..db41270e1 100644 --- a/include/d/res/res_lamp.h +++ b/include/d/res/res_lamp.h @@ -1,7 +1,7 @@ #ifndef RES_LAMP_H #define RES_LAMP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LAMP_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_link.h b/include/d/res/res_link.h index 1dcba107d..51d55a244 100644 --- a/include/d/res/res_link.h +++ b/include/d/res/res_link.h @@ -1,7 +1,7 @@ #ifndef RES_LINK_H #define RES_LINK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LINK_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_lkanm.h b/include/d/res/res_lkanm.h index 53a212fbe..ad72445f4 100644 --- a/include/d/res/res_lkanm.h +++ b/include/d/res/res_lkanm.h @@ -1,7 +1,7 @@ #ifndef RES_LKANM_H #define RES_LKANM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LKANM_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_lkd00.h b/include/d/res/res_lkd00.h index 017449e9c..e83f29374 100644 --- a/include/d/res/res_lkd00.h +++ b/include/d/res/res_lkd00.h @@ -1,7 +1,7 @@ #ifndef RES_LKD00_H #define RES_LKD00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LKD00_RES_FILE_ID { /* BTP */ diff --git a/include/d/res/res_lkd01.h b/include/d/res/res_lkd01.h index a154b0877..0e557e899 100644 --- a/include/d/res/res_lkd01.h +++ b/include/d/res/res_lkd01.h @@ -1,7 +1,7 @@ #ifndef RES_LKD01_H #define RES_LKD01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LKD01_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_logo.h b/include/d/res/res_logo.h index 43b47a1e4..3d939ad64 100644 --- a/include/d/res/res_logo.h +++ b/include/d/res/res_logo.h @@ -1,7 +1,7 @@ #ifndef RES_LOGO_H #define RES_LOGO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum LOGO_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_ls.h b/include/d/res/res_ls.h index c745e8e17..2f12a384a 100644 --- a/include/d/res/res_ls.h +++ b/include/d/res/res_ls.h @@ -1,7 +1,7 @@ #ifndef RES_LS_H #define RES_LS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LS_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_ls1.h b/include/d/res/res_ls1.h index e0be0bee8..4458d1151 100644 --- a/include/d/res/res_ls1.h +++ b/include/d/res/res_ls1.h @@ -1,7 +1,7 @@ #ifndef RES_LS1_H #define RES_LS1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LS1_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_ls2.h b/include/d/res/res_ls2.h index 8484d8807..8c7d08518 100644 --- a/include/d/res/res_ls2.h +++ b/include/d/res/res_ls2.h @@ -1,7 +1,7 @@ #ifndef RES_LS2_H #define RES_LS2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LS2_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_ls3.h b/include/d/res/res_ls3.h index a2eda4132..1adcc1a21 100644 --- a/include/d/res/res_ls3.h +++ b/include/d/res/res_ls3.h @@ -1,7 +1,7 @@ #ifndef RES_LS3_H #define RES_LS3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LS3_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ltubw.h b/include/d/res/res_ltubw.h index de74dff1b..e36ca9f61 100644 --- a/include/d/res/res_ltubw.h +++ b/include/d/res/res_ltubw.h @@ -1,7 +1,7 @@ #ifndef RES_LTUBW_H #define RES_LTUBW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LTUBW_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_lwood.h b/include/d/res/res_lwood.h index 684ad35b2..3ab234e15 100644 --- a/include/d/res/res_lwood.h +++ b/include/d/res/res_lwood.h @@ -1,7 +1,7 @@ #ifndef RES_LWOOD_H #define RES_LWOOD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum LWOOD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_m_door.h b/include/d/res/res_m_door.h index 266603dd0..534306fa1 100644 --- a/include/d/res/res_m_door.h +++ b/include/d/res/res_m_door.h @@ -1,7 +1,7 @@ #ifndef RES_M_DOOR_H #define RES_M_DOOR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum M_DOOR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_magma.h b/include/d/res/res_magma.h index fd2d90a8f..214f95383 100644 --- a/include/d/res/res_magma.h +++ b/include/d/res/res_magma.h @@ -1,7 +1,7 @@ #ifndef RES_MAGMA_H #define RES_MAGMA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MAGMA_RES_FILE_ID { // IDs and indexes are synced /* DAT */ diff --git a/include/d/res/res_matif.h b/include/d/res/res_matif.h index b6eb94c9e..57cf01cf9 100644 --- a/include/d/res/res_matif.h +++ b/include/d/res/res_matif.h @@ -1,7 +1,7 @@ #ifndef RES_MATIF_H #define RES_MATIF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MATIF_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_mbdoor.h b/include/d/res/res_mbdoor.h index 69f57e548..6459a789b 100644 --- a/include/d/res/res_mbdoor.h +++ b/include/d/res/res_mbdoor.h @@ -1,7 +1,7 @@ #ifndef RES_MBDOOR_H #define RES_MBDOOR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MBDOOR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mcrtn.h b/include/d/res/res_mcrtn.h index ffe8b441b..e8aede721 100644 --- a/include/d/res/res_mcrtn.h +++ b/include/d/res/res_mcrtn.h @@ -1,7 +1,7 @@ #ifndef RES_MCRTN_H #define RES_MCRTN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MCRTN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_md.h b/include/d/res/res_md.h index dc60faeb0..524984ccc 100644 --- a/include/d/res/res_md.h +++ b/include/d/res/res_md.h @@ -1,7 +1,7 @@ #ifndef RES_MD_H #define RES_MD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MD_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_md_ship.h b/include/d/res/res_md_ship.h index e74ed1a78..3856e2b9a 100644 --- a/include/d/res/res_md_ship.h +++ b/include/d/res/res_md_ship.h @@ -1,7 +1,7 @@ #ifndef RES_MD_SHIP_H #define RES_MD_SHIP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MD_SHIP_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_mdoor.h b/include/d/res/res_mdoor.h index 01f4668a5..84e107a36 100644 --- a/include/d/res/res_mdoor.h +++ b/include/d/res/res_mdoor.h @@ -1,7 +1,7 @@ #ifndef RES_MDOOR_H #define RES_MDOOR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MDOOR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_med_b.h b/include/d/res/res_med_b.h index 31d78f756..877392c79 100644 --- a/include/d/res/res_med_b.h +++ b/include/d/res/res_med_b.h @@ -1,7 +1,7 @@ #ifndef RES_MED_B_H #define RES_MED_B_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MED_B_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_med_g.h b/include/d/res/res_med_g.h index 17b15c5ca..c4f211f7a 100644 --- a/include/d/res/res_med_g.h +++ b/include/d/res/res_med_g.h @@ -1,7 +1,7 @@ #ifndef RES_MED_G_H #define RES_MED_G_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MED_G_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_med_r.h b/include/d/res/res_med_r.h index 53714474d..102bd8d67 100644 --- a/include/d/res/res_med_r.h +++ b/include/d/res/res_med_r.h @@ -1,7 +1,7 @@ #ifndef RES_MED_R_H #define RES_MED_R_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MED_R_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_mflft.h b/include/d/res/res_mflft.h index 81b527fea..3af97d00f 100644 --- a/include/d/res/res_mflft.h +++ b/include/d/res/res_mflft.h @@ -1,7 +1,7 @@ #ifndef RES_MFLFT_H #define RES_MFLFT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MFLFT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mgst.h b/include/d/res/res_mgst.h index 1563e9cb4..b1aa14c70 100644 --- a/include/d/res/res_mgst.h +++ b/include/d/res/res_mgst.h @@ -1,7 +1,7 @@ #ifndef RES_MGST_H #define RES_MGST_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum MGST_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_mgtem.h b/include/d/res/res_mgtem.h index 2bdfe4ef3..4d3b65e56 100644 --- a/include/d/res/res_mgtem.h +++ b/include/d/res/res_mgtem.h @@ -1,7 +1,7 @@ #ifndef RES_MGTEM_H #define RES_MGTEM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum MGTEM_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_mhmrsw.h b/include/d/res/res_mhmrsw.h index 1519763d1..3729724bf 100644 --- a/include/d/res/res_mhmrsw.h +++ b/include/d/res/res_mhmrsw.h @@ -1,7 +1,7 @@ #ifndef RES_MHMRSW_H #define RES_MHMRSW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MHMRSW_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mhsg.h b/include/d/res/res_mhsg.h index 7ddff3260..3303458e3 100644 --- a/include/d/res/res_mhsg.h +++ b/include/d/res/res_mhsg.h @@ -1,7 +1,7 @@ #ifndef RES_MHSG_H #define RES_MHSG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MHSG_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mk.h b/include/d/res/res_mk.h index de45b853c..a4ea11bd5 100644 --- a/include/d/res/res_mk.h +++ b/include/d/res/res_mk.h @@ -1,7 +1,7 @@ #ifndef RES_MK_H #define RES_MK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MK_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_mkanoke.h b/include/d/res/res_mkanoke.h index eb33faba5..16ccc5505 100644 --- a/include/d/res/res_mkanoke.h +++ b/include/d/res/res_mkanoke.h @@ -1,7 +1,7 @@ #ifndef RES_MKANOKE_H #define RES_MKANOKE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MKANOKE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mkdan.h b/include/d/res/res_mkdan.h index 157549aa7..61dbc7c11 100644 --- a/include/d/res/res_mkdan.h +++ b/include/d/res/res_mkdan.h @@ -1,7 +1,7 @@ #ifndef RES_MKDAN_H #define RES_MKDAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MKDAN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mkieb.h b/include/d/res/res_mkieb.h index 97e523014..fd89a3f47 100644 --- a/include/d/res/res_mkieb.h +++ b/include/d/res/res_mkieb.h @@ -1,7 +1,7 @@ #ifndef RES_MKIEB_H #define RES_MKIEB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MKIEB_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mkiek.h b/include/d/res/res_mkiek.h index 5d8990dce..f4f85c49a 100644 --- a/include/d/res/res_mkiek.h +++ b/include/d/res/res_mkiek.h @@ -1,7 +1,7 @@ #ifndef RES_MKIEK_H #define RES_MKIEK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MKIEK_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mknjd.h b/include/d/res/res_mknjd.h index b29962695..3ee1a3a3a 100644 --- a/include/d/res/res_mknjd.h +++ b/include/d/res/res_mknjd.h @@ -1,7 +1,7 @@ #ifndef RES_MKNJD_H #define RES_MKNJD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MKNJD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mmirror.h b/include/d/res/res_mmirror.h index 181f067ae..2d31108c6 100644 --- a/include/d/res/res_mmirror.h +++ b/include/d/res/res_mmirror.h @@ -1,7 +1,7 @@ #ifndef RES_MMIRROR_H #define RES_MMIRROR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MMIRROR_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_mn.h b/include/d/res/res_mn.h index cd629b5eb..cd4aaee09 100644 --- a/include/d/res/res_mn.h +++ b/include/d/res/res_mn.h @@ -1,7 +1,7 @@ #ifndef RES_MN_H #define RES_MN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MN_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_mo2.h b/include/d/res/res_mo2.h index b2e545d6c..dd5c96133 100644 --- a/include/d/res/res_mo2.h +++ b/include/d/res/res_mo2.h @@ -1,7 +1,7 @@ #ifndef RES_MO2_H #define RES_MO2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MO2_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_mo2_si.h b/include/d/res/res_mo2_si.h index 154594015..f19dcf5c2 100644 --- a/include/d/res/res_mo2_si.h +++ b/include/d/res/res_mo2_si.h @@ -1,7 +1,7 @@ #ifndef RES_MO2_SI_H #define RES_MO2_SI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MO2_SI_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_mozo.h b/include/d/res/res_mozo.h index da6c1d5fb..848bc4c1b 100644 --- a/include/d/res/res_mozo.h +++ b/include/d/res/res_mozo.h @@ -1,7 +1,7 @@ #ifndef RES_MOZO_H #define RES_MOZO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum MOZO_RES_FILE_ID { diff --git a/include/d/res/res_mpwrb.h b/include/d/res/res_mpwrb.h index 44591d92e..89ccab662 100644 --- a/include/d/res/res_mpwrb.h +++ b/include/d/res/res_mpwrb.h @@ -1,7 +1,7 @@ #ifndef RES_MPWRB_H #define RES_MPWRB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MPWRB_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_msdan.h b/include/d/res/res_msdan.h index ae422d9f3..60647258b 100644 --- a/include/d/res/res_msdan.h +++ b/include/d/res/res_msdan.h @@ -1,7 +1,7 @@ #ifndef RES_MSDAN_H #define RES_MSDAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MSDAN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mshokki.h b/include/d/res/res_mshokki.h index a1d3a469a..12fdf0841 100644 --- a/include/d/res/res_mshokki.h +++ b/include/d/res/res_mshokki.h @@ -1,7 +1,7 @@ #ifndef RES_MSHOKKI_H #define RES_MSHOKKI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MSHOKKI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mspot.h b/include/d/res/res_mspot.h index a6ae38914..7d9a940a7 100644 --- a/include/d/res/res_mspot.h +++ b/include/d/res/res_mspot.h @@ -1,7 +1,7 @@ #ifndef RES_MSPOT_H #define RES_MSPOT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MSPOT_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_msw.h b/include/d/res/res_msw.h index 042b8be8e..293971eaa 100644 --- a/include/d/res/res_msw.h +++ b/include/d/res/res_msw.h @@ -1,7 +1,7 @@ #ifndef RES_MSW_H #define RES_MSW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MSW_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mt.h b/include/d/res/res_mt.h index 03ce58d13..28e05323f 100644 --- a/include/d/res/res_mt.h +++ b/include/d/res/res_mt.h @@ -1,7 +1,7 @@ #ifndef RES_MT_H #define RES_MT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MT_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_mtest.h b/include/d/res/res_mtest.h index 2075d6481..3c53d0d27 100644 --- a/include/d/res/res_mtest.h +++ b/include/d/res/res_mtest.h @@ -1,7 +1,7 @@ #ifndef RES_MTEST_H #define RES_MTEST_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MTEST_RES_FILE_ID { // IDs and indexes are synced /* BMDC */ diff --git a/include/d/res/res_mtoge.h b/include/d/res/res_mtoge.h index 4fb1838b6..d83550a72 100644 --- a/include/d/res/res_mtoge.h +++ b/include/d/res/res_mtoge.h @@ -1,7 +1,7 @@ #ifndef RES_MTOGE_H #define RES_MTOGE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MTOGE_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_mtorisu.h b/include/d/res/res_mtorisu.h index 4ca5ef05e..d5f827234 100644 --- a/include/d/res/res_mtorisu.h +++ b/include/d/res/res_mtorisu.h @@ -1,7 +1,7 @@ #ifndef RES_MTORISU_H #define RES_MTORISU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MTORISU_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_mtryb.h b/include/d/res/res_mtryb.h index debbe3f05..de21951b9 100644 --- a/include/d/res/res_mtryb.h +++ b/include/d/res/res_mtryb.h @@ -1,7 +1,7 @@ #ifndef RES_MTRYB_H #define RES_MTRYB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum MTRYB_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_nata.h b/include/d/res/res_nata.h index 0c8a3f672..73045281a 100644 --- a/include/d/res/res_nata.h +++ b/include/d/res/res_nata.h @@ -1,7 +1,7 @@ #ifndef RES_NATA_H #define RES_NATA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum NATA_RES_FILE_ID { // IDs and indexes are synced /* BDLC */ diff --git a/include/d/res/res_nbox.h b/include/d/res/res_nbox.h index bab1c54a0..acbdad06e 100644 --- a/include/d/res/res_nbox.h +++ b/include/d/res/res_nbox.h @@ -1,7 +1,7 @@ #ifndef RES_NBOX_H #define RES_NBOX_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum NBOX_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_niten.h b/include/d/res/res_niten.h index cdb1a7de4..9e1307c39 100644 --- a/include/d/res/res_niten.h +++ b/include/d/res/res_niten.h @@ -1,7 +1,7 @@ #ifndef RES_NITEN_H #define RES_NITEN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum NITEN_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_npcnz.h b/include/d/res/res_npcnz.h index fd8315ea9..ba2de0138 100644 --- a/include/d/res/res_npcnz.h +++ b/include/d/res/res_npcnz.h @@ -1,7 +1,7 @@ #ifndef RES_NPCNZ_H #define RES_NPCNZ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum NPCNZ_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_nz.h b/include/d/res/res_nz.h index 268f9a95b..b6a1437ce 100644 --- a/include/d/res/res_nz.h +++ b/include/d/res/res_nz.h @@ -1,7 +1,7 @@ #ifndef RES_NZ_H #define RES_NZ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum NZ_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_nzg.h b/include/d/res/res_nzg.h index 865c9f29a..da8c56275 100644 --- a/include/d/res/res_nzg.h +++ b/include/d/res/res_nzg.h @@ -1,7 +1,7 @@ #ifndef RES_NZG_H #define RES_NZG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum NZG_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ob.h b/include/d/res/res_ob.h index 8275dada6..b8a851600 100644 --- a/include/d/res/res_ob.h +++ b/include/d/res/res_ob.h @@ -1,7 +1,7 @@ #ifndef RES_OB_H #define RES_OB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OB_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_odokuro.h b/include/d/res/res_odokuro.h index 72d08ebdd..c802c91dc 100644 --- a/include/d/res/res_odokuro.h +++ b/include/d/res/res_odokuro.h @@ -1,7 +1,7 @@ #ifndef RES_ODOKURO_H #define RES_ODOKURO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ODOKURO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ohatch.h b/include/d/res/res_ohatch.h index 288ba0bd3..a6d70a1fe 100644 --- a/include/d/res/res_ohatch.h +++ b/include/d/res/res_ohatch.h @@ -1,7 +1,7 @@ #ifndef RES_OHATCH_H #define RES_OHATCH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OHATCH_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ojtree.h b/include/d/res/res_ojtree.h index 73920ee2e..bb812c04e 100644 --- a/include/d/res/res_ojtree.h +++ b/include/d/res/res_ojtree.h @@ -1,7 +1,7 @@ #ifndef RES_OJTREE_H #define RES_OJTREE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OJTREE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_okioke.h b/include/d/res/res_okioke.h index 0b1fd037d..9feb9b383 100644 --- a/include/d/res/res_okioke.h +++ b/include/d/res/res_okioke.h @@ -1,7 +1,7 @@ #ifndef RES_OKIOKE_H #define RES_OKIOKE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OKIOKE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_okmono.h b/include/d/res/res_okmono.h index c21d3ada4..5af70669d 100644 --- a/include/d/res/res_okmono.h +++ b/include/d/res/res_okmono.h @@ -1,7 +1,7 @@ #ifndef RES_OKMONO_H #define RES_OKMONO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OKMONO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_olift.h b/include/d/res/res_olift.h index ca8309920..3e4e456fc 100644 --- a/include/d/res/res_olift.h +++ b/include/d/res/res_olift.h @@ -1,7 +1,7 @@ #ifndef RES_OLIFT_H #define RES_OLIFT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OLIFT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_opaper.h b/include/d/res/res_opaper.h index 954204717..e6147ca3c 100644 --- a/include/d/res/res_opaper.h +++ b/include/d/res/res_opaper.h @@ -1,7 +1,7 @@ #ifndef RES_OPAPER_H #define RES_OPAPER_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OPAPER_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_open1.h b/include/d/res/res_open1.h index b8ff43b47..a4b65788f 100644 --- a/include/d/res/res_open1.h +++ b/include/d/res/res_open1.h @@ -1,7 +1,7 @@ #ifndef RES_OPEN1_H #define RES_OPEN1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum OPEN1_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_open2.h b/include/d/res/res_open2.h index e0b3b4a0c..df12fe9b8 100644 --- a/include/d/res/res_open2.h +++ b/include/d/res/res_open2.h @@ -1,7 +1,7 @@ #ifndef RES_OPEN2_H #define RES_OPEN2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum OPEN2_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_open3.h b/include/d/res/res_open3.h index f494f5d4c..890ea407f 100644 --- a/include/d/res/res_open3.h +++ b/include/d/res/res_open3.h @@ -1,7 +1,7 @@ #ifndef RES_OPEN3_H #define RES_OPEN3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum OPEN3_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_opening.h b/include/d/res/res_opening.h index 9fe1de2b1..a852d4942 100644 --- a/include/d/res/res_opening.h +++ b/include/d/res/res_opening.h @@ -1,7 +1,7 @@ #ifndef RES_OPENING_H #define RES_OPENING_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION > VERSION_DEMO enum OPENING_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_oq.h b/include/d/res/res_oq.h index 147be830a..34107caa6 100644 --- a/include/d/res/res_oq.h +++ b/include/d/res/res_oq.h @@ -1,7 +1,7 @@ #ifndef RES_OQ_H #define RES_OQ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OQ_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_os.h b/include/d/res/res_os.h index 5e26aa389..884a342db 100644 --- a/include/d/res/res_os.h +++ b/include/d/res/res_os.h @@ -1,7 +1,7 @@ #ifndef RES_OS_H #define RES_OS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OS_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_oship.h b/include/d/res/res_oship.h index 6b0ee5030..e49e9631d 100644 --- a/include/d/res/res_oship.h +++ b/include/d/res/res_oship.h @@ -1,7 +1,7 @@ #ifndef RES_OSHIP_H #define RES_OSHIP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OSHIP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_osiblk.h b/include/d/res/res_osiblk.h index b241bc859..bd8717828 100644 --- a/include/d/res/res_osiblk.h +++ b/include/d/res/res_osiblk.h @@ -1,7 +1,7 @@ #ifndef RES_OSIBLK_H #define RES_OSIBLK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OSIBLK_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ospbox.h b/include/d/res/res_ospbox.h index c840d7281..786f4430e 100644 --- a/include/d/res/res_ospbox.h +++ b/include/d/res/res_ospbox.h @@ -1,7 +1,7 @@ #ifndef RES_OSPBOX_H #define RES_OSPBOX_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OSPBOX_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_otana.h b/include/d/res/res_otana.h index f2f60e376..0c5bd273b 100644 --- a/include/d/res/res_otana.h +++ b/include/d/res/res_otana.h @@ -1,7 +1,7 @@ #ifndef RES_OTANA_H #define RES_OTANA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OTANA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_owater.h b/include/d/res/res_owater.h index 5fbe579e8..96549eb2b 100644 --- a/include/d/res/res_owater.h +++ b/include/d/res/res_owater.h @@ -1,7 +1,7 @@ #ifndef RES_OWATER_H #define RES_OWATER_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OWATER_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_oyashi.h b/include/d/res/res_oyashi.h index 023f8d701..4c265cd03 100644 --- a/include/d/res/res_oyashi.h +++ b/include/d/res/res_oyashi.h @@ -1,7 +1,7 @@ #ifndef RES_OYASHI_H #define RES_OYASHI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum OYASHI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_p1.h b/include/d/res/res_p1.h index af92ae0c9..7d5fa3cc9 100644 --- a/include/d/res/res_p1.h +++ b/include/d/res/res_p1.h @@ -1,7 +1,7 @@ #ifndef RES_P1_H #define RES_P1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum P1_RES_FILE_ID { /* BMT */ diff --git a/include/d/res/res_p2.h b/include/d/res/res_p2.h index 1acf0289d..c9de510e1 100644 --- a/include/d/res/res_p2.h +++ b/include/d/res/res_p2.h @@ -1,7 +1,7 @@ #ifndef RES_P2_H #define RES_P2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum P2_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_pbco.h b/include/d/res/res_pbco.h index 75bb83d06..73baa01de 100644 --- a/include/d/res/res_pbco.h +++ b/include/d/res/res_pbco.h @@ -1,7 +1,7 @@ #ifndef RES_PBCO_H #define RES_PBCO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PBCO_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_pbka.h b/include/d/res/res_pbka.h index 0e3d4b15f..ac812fdb5 100644 --- a/include/d/res/res_pbka.h +++ b/include/d/res/res_pbka.h @@ -1,7 +1,7 @@ #ifndef RES_PBKA_H #define RES_PBKA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PBKA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_pf.h b/include/d/res/res_pf.h index 13bb9bdaa..3811765d7 100644 --- a/include/d/res/res_pf.h +++ b/include/d/res/res_pf.h @@ -1,7 +1,7 @@ #ifndef RES_PF_H #define RES_PF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PF_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_pfall.h b/include/d/res/res_pfall.h index 1ff31484d..644463be7 100644 --- a/include/d/res/res_pfall.h +++ b/include/d/res/res_pfall.h @@ -1,7 +1,7 @@ #ifndef RES_PFALL_H #define RES_PFALL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PFALL_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_pgsw.h b/include/d/res/res_pgsw.h index cc32000b3..d33e31865 100644 --- a/include/d/res/res_pgsw.h +++ b/include/d/res/res_pgsw.h @@ -1,7 +1,7 @@ #ifndef RES_PGSW_H #define RES_PGSW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PGSW_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ph.h b/include/d/res/res_ph.h index 2c0ec1e67..ed74f59aa 100644 --- a/include/d/res/res_ph.h +++ b/include/d/res/res_ph.h @@ -1,7 +1,7 @@ #ifndef RES_PH_H #define RES_PH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PH_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_piwa.h b/include/d/res/res_piwa.h index 970d2f7d2..27a92f55d 100644 --- a/include/d/res/res_piwa.h +++ b/include/d/res/res_piwa.h @@ -1,7 +1,7 @@ #ifndef RES_PIWA_H #define RES_PIWA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PIWA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_plant.h b/include/d/res/res_plant.h index d98e55365..40932af46 100644 --- a/include/d/res/res_plant.h +++ b/include/d/res/res_plant.h @@ -1,7 +1,7 @@ #ifndef RES_PLANT_H #define RES_PLANT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PLANT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_pm.h b/include/d/res/res_pm.h index 0a89eb63e..14e3c134d 100644 --- a/include/d/res/res_pm.h +++ b/include/d/res/res_pm.h @@ -1,7 +1,7 @@ #ifndef RES_PM_H #define RES_PM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PM_RES_FILE_ID { /* BAS */ diff --git a/include/d/res/res_pname.h b/include/d/res/res_pname.h index 667b3f978..12fde89ef 100644 --- a/include/d/res/res_pname.h +++ b/include/d/res/res_pname.h @@ -1,7 +1,7 @@ #ifndef RES_PNAME_H #define RES_PNAME_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PNAME_RES_FILE_ID { // IDs and indexes are synced /* SCRN */ diff --git a/include/d/res/res_po.h b/include/d/res/res_po.h index 1852f0c92..f4e8d1a36 100644 --- a/include/d/res/res_po.h +++ b/include/d/res/res_po.h @@ -1,7 +1,7 @@ #ifndef RES_PO_H #define RES_PO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PO_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_ppos.h b/include/d/res/res_ppos.h index be0f98e59..4a82e053a 100644 --- a/include/d/res/res_ppos.h +++ b/include/d/res/res_ppos.h @@ -1,7 +1,7 @@ #ifndef RES_PPOS_H #define RES_PPOS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PPOS_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_pspl.h b/include/d/res/res_pspl.h index cf4952597..5c25a3b91 100644 --- a/include/d/res/res_pspl.h +++ b/include/d/res/res_pspl.h @@ -1,7 +1,7 @@ #ifndef RES_PSPL_H #define RES_PSPL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PSPL_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_pt.h b/include/d/res/res_pt.h index dabb187c4..3e899e95c 100644 --- a/include/d/res/res_pt.h +++ b/include/d/res/res_pt.h @@ -1,7 +1,7 @@ #ifndef RES_PT_H #define RES_PT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PT_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ptc.h b/include/d/res/res_ptc.h index fa56c43b8..67fc5ac5c 100644 --- a/include/d/res/res_ptc.h +++ b/include/d/res/res_ptc.h @@ -1,7 +1,7 @@ #ifndef RES_PTC_H #define RES_PTC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PTC_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_ptubo.h b/include/d/res/res_ptubo.h index 4c21ec111..22e7618cf 100644 --- a/include/d/res/res_ptubo.h +++ b/include/d/res/res_ptubo.h @@ -1,7 +1,7 @@ #ifndef RES_PTUBO_H #define RES_PTUBO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PTUBO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_pw.h b/include/d/res/res_pw.h index c34eefe73..807c94158 100644 --- a/include/d/res/res_pw.h +++ b/include/d/res/res_pw.h @@ -1,7 +1,7 @@ #ifndef RES_PW_H #define RES_PW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PW_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_pz.h b/include/d/res/res_pz.h index e74da304b..d6011be64 100644 --- a/include/d/res/res_pz.h +++ b/include/d/res/res_pz.h @@ -1,7 +1,7 @@ #ifndef RES_PZ_H #define RES_PZ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum PZ_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_qdghd.h b/include/d/res/res_qdghd.h index e0284be68..e89ac68b1 100644 --- a/include/d/res/res_qdghd.h +++ b/include/d/res/res_qdghd.h @@ -1,7 +1,7 @@ #ifndef RES_QDGHD_H #define RES_QDGHD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum QDGHD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_qtkhd.h b/include/d/res/res_qtkhd.h index 6fb39f013..e59b35ecb 100644 --- a/include/d/res/res_qtkhd.h +++ b/include/d/res/res_qtkhd.h @@ -1,7 +1,7 @@ #ifndef RES_QTKHD_H #define RES_QTKHD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum QTKHD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_rd.h b/include/d/res/res_rd.h index 08d1512e1..c82616ae3 100644 --- a/include/d/res/res_rd.h +++ b/include/d/res/res_rd.h @@ -1,7 +1,7 @@ #ifndef RES_RD_H #define RES_RD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum RD_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_rflw.h b/include/d/res/res_rflw.h index 0983967a4..bf636a547 100644 --- a/include/d/res/res_rflw.h +++ b/include/d/res/res_rflw.h @@ -1,7 +1,7 @@ #ifndef RES_RFLW_H #define RES_RFLW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum RFLW_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ro.h b/include/d/res/res_ro.h index 4b119728e..24781a6be 100644 --- a/include/d/res/res_ro.h +++ b/include/d/res/res_ro.h @@ -1,7 +1,7 @@ #ifndef RES_RO_H #define RES_RO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum RO_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_roten.h b/include/d/res/res_roten.h index dda946ff3..daff6c975 100644 --- a/include/d/res/res_roten.h +++ b/include/d/res/res_roten.h @@ -1,7 +1,7 @@ #ifndef RES_ROTEN_H #define RES_ROTEN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum ROTEN_RES_FILE_ID { diff --git a/include/d/res/res_rs2.h b/include/d/res/res_rs2.h index 1cd72c244..7694da532 100644 --- a/include/d/res/res_rs2.h +++ b/include/d/res/res_rs2.h @@ -1,7 +1,7 @@ #ifndef RES_RS2_H #define RES_RS2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum RS2_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_rsh.h b/include/d/res/res_rsh.h index c9d2dde8b..0ae9bcb73 100644 --- a/include/d/res/res_rsh.h +++ b/include/d/res/res_rsh.h @@ -1,7 +1,7 @@ #ifndef RES_RSH_H #define RES_RSH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum RSH_RES_FILE_ID { diff --git a/include/d/res/res_s_mspdo.h b/include/d/res/res_s_mspdo.h index 28a636e67..f933e9fd2 100644 --- a/include/d/res/res_s_mspdo.h +++ b/include/d/res/res_s_mspdo.h @@ -1,7 +1,7 @@ #ifndef RES_S_MSPDO_H #define RES_S_MSPDO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum S_MSPDO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sa.h b/include/d/res/res_sa.h index 9d4af8a26..e47424986 100644 --- a/include/d/res/res_sa.h +++ b/include/d/res/res_sa.h @@ -1,7 +1,7 @@ #ifndef RES_SA_H #define RES_SA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SA_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_salvage.h b/include/d/res/res_salvage.h index 1aaea2077..76188e0f1 100644 --- a/include/d/res/res_salvage.h +++ b/include/d/res/res_salvage.h @@ -1,7 +1,7 @@ #ifndef RES_SALVAGE_H #define RES_SALVAGE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SALVAGE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sarace.h b/include/d/res/res_sarace.h index e395cdb3e..c5a22b27c 100644 --- a/include/d/res/res_sarace.h +++ b/include/d/res/res_sarace.h @@ -1,7 +1,7 @@ #ifndef RES_SARACE_H #define RES_SARACE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SARACE_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_search.h b/include/d/res/res_search.h index c60f59208..45ee5950b 100644 --- a/include/d/res/res_search.h +++ b/include/d/res/res_search.h @@ -1,7 +1,7 @@ #ifndef RES_SEARCH_H #define RES_SEARCH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SEARCH_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sh.h b/include/d/res/res_sh.h index f2371c607..0ea0f76de 100644 --- a/include/d/res/res_sh.h +++ b/include/d/res/res_sh.h @@ -1,7 +1,7 @@ #ifndef RES_SH_H #define RES_SH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SH_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_shand.h b/include/d/res/res_shand.h index 0f3704692..fc8696266 100644 --- a/include/d/res/res_shand.h +++ b/include/d/res/res_shand.h @@ -1,7 +1,7 @@ #ifndef RES_SHAND_H #define RES_SHAND_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SHAND_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_shinju_d.h b/include/d/res/res_shinju_d.h index 172b53045..c4ccc4482 100644 --- a/include/d/res/res_shinju_d.h +++ b/include/d/res/res_shinju_d.h @@ -1,7 +1,7 @@ #ifndef RES_SHINJU_D_H #define RES_SHINJU_D_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SHINJU_D_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_shinju_f.h b/include/d/res/res_shinju_f.h index 2dc273c3c..fa462c037 100644 --- a/include/d/res/res_shinju_f.h +++ b/include/d/res/res_shinju_f.h @@ -1,7 +1,7 @@ #ifndef RES_SHINJU_F_H #define RES_SHINJU_F_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SHINJU_F_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_shinju_n.h b/include/d/res/res_shinju_n.h index 13114b60a..cdd829ed3 100644 --- a/include/d/res/res_shinju_n.h +++ b/include/d/res/res_shinju_n.h @@ -1,7 +1,7 @@ #ifndef RES_SHINJU_N_H #define RES_SHINJU_N_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SHINJU_N_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ship.h b/include/d/res/res_ship.h index ce701e1db..e76e63b33 100644 --- a/include/d/res/res_ship.h +++ b/include/d/res/res_ship.h @@ -1,7 +1,7 @@ #ifndef RES_SHIP_H #define RES_SHIP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SHIP_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_shmrgrd.h b/include/d/res/res_shmrgrd.h index fc17649b6..5758b4b60 100644 --- a/include/d/res/res_shmrgrd.h +++ b/include/d/res/res_shmrgrd.h @@ -1,7 +1,7 @@ #ifndef RES_SHMRGRD_H #define RES_SHMRGRD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SHMRGRD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sitem.h b/include/d/res/res_sitem.h index caa95b382..c5854fd47 100644 --- a/include/d/res/res_sitem.h +++ b/include/d/res/res_sitem.h @@ -1,7 +1,7 @@ #ifndef RES_SITEM_H #define RES_SITEM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum SITEM_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_sk.h b/include/d/res/res_sk.h index 73c66871a..9036ed1d1 100644 --- a/include/d/res/res_sk.h +++ b/include/d/res/res_sk.h @@ -1,7 +1,7 @@ #ifndef RES_SK_H #define RES_SK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SK_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sk2.h b/include/d/res/res_sk2.h index 137b546f2..b7d211235 100644 --- a/include/d/res/res_sk2.h +++ b/include/d/res/res_sk2.h @@ -1,7 +1,7 @@ #ifndef RES_SK2_H #define RES_SK2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SK2_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_skanran.h b/include/d/res/res_skanran.h index fb97259ea..c4d4b31bb 100644 --- a/include/d/res/res_skanran.h +++ b/include/d/res/res_skanran.h @@ -1,7 +1,7 @@ #ifndef RES_SKANRAN_H #define RES_SKANRAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SKANRAN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_so.h b/include/d/res/res_so.h index f4a0d8a67..60efbec68 100644 --- a/include/d/res/res_so.h +++ b/include/d/res/res_so.h @@ -1,7 +1,7 @@ #ifndef RES_SO_H #define RES_SO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SO_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_spear.h b/include/d/res/res_spear.h index 348053b5f..884ad9c56 100644 --- a/include/d/res/res_spear.h +++ b/include/d/res/res_spear.h @@ -1,7 +1,7 @@ #ifndef RES_SPEAR_H #define RES_SPEAR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SPEAR_RES_FILE_ID { // IDs and indexes are synced /* BDLC */ diff --git a/include/d/res/res_ss.h b/include/d/res/res_ss.h index 5d00e4310..c6c06f2bf 100644 --- a/include/d/res/res_ss.h +++ b/include/d/res/res_ss.h @@ -1,7 +1,7 @@ #ifndef RES_SS_H #define RES_SS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SS_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ssk.h b/include/d/res/res_ssk.h index 6c6cb5127..1177111fb 100644 --- a/include/d/res/res_ssk.h +++ b/include/d/res/res_ssk.h @@ -1,7 +1,7 @@ #ifndef RES_SSK_H #define RES_SSK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SSK_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sss.h b/include/d/res/res_sss.h index 8899d667d..0e8c8d57f 100644 --- a/include/d/res/res_sss.h +++ b/include/d/res/res_sss.h @@ -1,7 +1,7 @@ #ifndef RES_SSS_H #define RES_SSS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SSS_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_st.h b/include/d/res/res_st.h index 1f386b0e8..1e06dacb4 100644 --- a/include/d/res/res_st.h +++ b/include/d/res/res_st.h @@ -1,7 +1,7 @@ #ifndef RES_ST_H #define RES_ST_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ST_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_stptetu.h b/include/d/res/res_stptetu.h index d8697a048..f5d218735 100644 --- a/include/d/res/res_stptetu.h +++ b/include/d/res/res_stptetu.h @@ -1,7 +1,7 @@ #ifndef RES_STPTETU_H #define RES_STPTETU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum STPTETU_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_sv.h b/include/d/res/res_sv.h index 595f4b804..999731665 100644 --- a/include/d/res/res_sv.h +++ b/include/d/res/res_sv.h @@ -1,7 +1,7 @@ #ifndef RES_SV_H #define RES_SV_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SV_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_swtdoor.h b/include/d/res/res_swtdoor.h index aeb8c2dc8..65d001206 100644 --- a/include/d/res/res_swtdoor.h +++ b/include/d/res/res_swtdoor.h @@ -1,7 +1,7 @@ #ifndef RES_SWTDOOR_H #define RES_SWTDOOR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SWTDOOR_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_syan.h b/include/d/res/res_syan.h index e3531a730..ec0fd98ae 100644 --- a/include/d/res/res_syan.h +++ b/include/d/res/res_syan.h @@ -1,7 +1,7 @@ #ifndef RES_SYAN_H #define RES_SYAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SYAN_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_system.h b/include/d/res/res_system.h index 4294075e4..9559b775b 100644 --- a/include/d/res/res_system.h +++ b/include/d/res/res_system.h @@ -1,7 +1,7 @@ #ifndef RES_SYSTEM_H #define RES_SYSTEM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum SYSTEM_RES_FILE_ID { // IDs and indexes are synced /* DAT */ diff --git a/include/d/res/res_t_tree.h b/include/d/res/res_t_tree.h index 0360dd550..d2e42ab49 100644 --- a/include/d/res/res_t_tree.h +++ b/include/d/res/res_t_tree.h @@ -1,7 +1,7 @@ #ifndef RES_T_TREE_H #define RES_T_TREE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum T_TREE_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_table.h b/include/d/res/res_table.h index 9b998b3bc..019b221c1 100644 --- a/include/d/res/res_table.h +++ b/include/d/res/res_table.h @@ -1,7 +1,7 @@ #ifndef RES_TABLE_H #define RES_TABLE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TABLE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_tc.h b/include/d/res/res_tc.h index dc9062d26..b973460ea 100644 --- a/include/d/res/res_tc.h +++ b/include/d/res/res_tc.h @@ -1,7 +1,7 @@ #ifndef RES_TC_H #define RES_TC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TC_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_tele_00.h b/include/d/res/res_tele_00.h index 8d660be0d..6fba3d60f 100644 --- a/include/d/res/res_tele_00.h +++ b/include/d/res/res_tele_00.h @@ -1,7 +1,7 @@ #ifndef RES_TELE_00_H #define RES_TELE_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TELE_00_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_tenmado.h b/include/d/res/res_tenmado.h index 61367d525..da6e3acf6 100644 --- a/include/d/res/res_tenmado.h +++ b/include/d/res/res_tenmado.h @@ -1,7 +1,7 @@ #ifndef RES_TENMADO_H #define RES_TENMADO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TENMADO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_tgflag.h b/include/d/res/res_tgflag.h index 861ab7d00..1c3537e83 100644 --- a/include/d/res/res_tgflag.h +++ b/include/d/res/res_tgflag.h @@ -1,7 +1,7 @@ #ifndef RES_TGFLAG_H #define RES_TGFLAG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TGFLAG_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_timer.h b/include/d/res/res_timer.h index 277f42fc0..46c03ecc6 100644 --- a/include/d/res/res_timer.h +++ b/include/d/res/res_timer.h @@ -1,7 +1,7 @@ #ifndef RES_TIMER_H #define RES_TIMER_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum TIMER_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_title.h b/include/d/res/res_title.h index e2ce80e11..640d55b73 100644 --- a/include/d/res/res_title.h +++ b/include/d/res/res_title.h @@ -1,7 +1,7 @@ #ifndef RES_TITLE_H #define RES_TITLE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TITLE_RES_FILE_ID { // IDs and indexes are synced /* BMD */ diff --git a/include/d/res/res_tkwn.h b/include/d/res/res_tkwn.h index 34129c09b..ad520b782 100644 --- a/include/d/res/res_tkwn.h +++ b/include/d/res/res_tkwn.h @@ -1,7 +1,7 @@ #ifndef RES_TKWN_H #define RES_TKWN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TKWN_RES_FILE_ID { // IDs and indexes are synced /* BDLC */ diff --git a/include/d/res/res_tlogo.h b/include/d/res/res_tlogo.h index 1f07ead1f..08e7b7891 100644 --- a/include/d/res/res_tlogo.h +++ b/include/d/res/res_tlogo.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGO_H #define RES_TLOGO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION != VERSION_PAL enum TLOGO_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe.h b/include/d/res/res_tlogoe.h index 77807c5ff..4ba458e34 100644 --- a/include/d/res/res_tlogoe.h +++ b/include/d/res/res_tlogoe.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE_H #define RES_TLOGOE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_USA enum TLOGOE_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe0.h b/include/d/res/res_tlogoe0.h index d179a0120..feb7392fd 100644 --- a/include/d/res/res_tlogoe0.h +++ b/include/d/res/res_tlogoe0.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE0_H #define RES_TLOGOE0_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum TLOGOE0_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe1.h b/include/d/res/res_tlogoe1.h index dd6af75ba..ceda8b94b 100644 --- a/include/d/res/res_tlogoe1.h +++ b/include/d/res/res_tlogoe1.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE1_H #define RES_TLOGOE1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum TLOGOE1_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe2.h b/include/d/res/res_tlogoe2.h index ea08600b7..7985f2ead 100644 --- a/include/d/res/res_tlogoe2.h +++ b/include/d/res/res_tlogoe2.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE2_H #define RES_TLOGOE2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum TLOGOE2_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe3.h b/include/d/res/res_tlogoe3.h index 76d1dc6b3..8a77bc58d 100644 --- a/include/d/res/res_tlogoe3.h +++ b/include/d/res/res_tlogoe3.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE3_H #define RES_TLOGOE3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum TLOGOE3_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe4.h b/include/d/res/res_tlogoe4.h index b5d97b51f..c84391b56 100644 --- a/include/d/res/res_tlogoe4.h +++ b/include/d/res/res_tlogoe4.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE4_H #define RES_TLOGOE4_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum TLOGOE4_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tlogoe5.h b/include/d/res/res_tlogoe5.h index a7703757a..91de461cd 100644 --- a/include/d/res/res_tlogoe5.h +++ b/include/d/res/res_tlogoe5.h @@ -1,7 +1,7 @@ #ifndef RES_TLOGOE5_H #define RES_TLOGOE5_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_PAL enum TLOGOE5_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_tn.h b/include/d/res/res_tn.h index ca7977d73..63d0312c6 100644 --- a/include/d/res/res_tn.h +++ b/include/d/res/res_tn.h @@ -1,7 +1,7 @@ #ifndef RES_TN_H #define RES_TN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TN_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_tntrap.h b/include/d/res/res_tntrap.h index 80eefc9f3..5bd4c5b3b 100644 --- a/include/d/res/res_tntrap.h +++ b/include/d/res/res_tntrap.h @@ -1,7 +1,7 @@ #ifndef RES_TNTRAP_H #define RES_TNTRAP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TNTRAP_RES_FILE_ID { // IDs and indexes are synced /* DZB */ diff --git a/include/d/res/res_toripost.h b/include/d/res/res_toripost.h index ca441b701..916029f65 100644 --- a/include/d/res/res_toripost.h +++ b/include/d/res/res_toripost.h @@ -1,7 +1,7 @@ #ifndef RES_TORIPOST_H #define RES_TORIPOST_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TORIPOST_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_touseki.h b/include/d/res/res_touseki.h index 3bcb7bd5a..674fb3158 100644 --- a/include/d/res/res_touseki.h +++ b/include/d/res/res_touseki.h @@ -1,7 +1,7 @@ #ifndef RES_TOUSEKI_H #define RES_TOUSEKI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TOUSEKI_RES_FILE_ID { /* BCK */ diff --git a/include/d/res/res_trap.h b/include/d/res/res_trap.h index 268d1fda9..1329c48c4 100644 --- a/include/d/res/res_trap.h +++ b/include/d/res/res_trap.h @@ -1,7 +1,7 @@ #ifndef RES_TRAP_H #define RES_TRAP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TRAP_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_trflag.h b/include/d/res/res_trflag.h index fcf4b77ad..8cc4c8c94 100644 --- a/include/d/res/res_trflag.h +++ b/include/d/res/res_trflag.h @@ -1,7 +1,7 @@ #ifndef RES_TRFLAG_H #define RES_TRFLAG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TRFLAG_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_trnd.h b/include/d/res/res_trnd.h index f0752ed87..2e2c38007 100644 --- a/include/d/res/res_trnd.h +++ b/include/d/res/res_trnd.h @@ -1,7 +1,7 @@ #ifndef RES_TRND_H #define RES_TRND_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TRND_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_tt.h b/include/d/res/res_tt.h index 3b8b34b9b..eae8cbb55 100644 --- a/include/d/res/res_tt.h +++ b/include/d/res/res_tt.h @@ -1,7 +1,7 @@ #ifndef RES_TT_H #define RES_TT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum TT_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_ub.h b/include/d/res/res_ub.h index 2546a0caa..a8813dac6 100644 --- a/include/d/res/res_ub.h +++ b/include/d/res/res_ub.h @@ -1,7 +1,7 @@ #ifndef RES_UB_H #define RES_UB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum UB_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_ug.h b/include/d/res/res_ug.h index 6bb1b7f38..88af9b985 100644 --- a/include/d/res/res_ug.h +++ b/include/d/res/res_ug.h @@ -1,7 +1,7 @@ #ifndef RES_UG_H #define RES_UG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum UG_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_uk.h b/include/d/res/res_uk.h index 67acc1284..32a40af9c 100644 --- a/include/d/res/res_uk.h +++ b/include/d/res/res_uk.h @@ -1,7 +1,7 @@ #ifndef RES_UK_H #define RES_UK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum UK_RES_FILE_ID { // IDs and indexes are synced /* BCKS */ diff --git a/include/d/res/res_um.h b/include/d/res/res_um.h index c794b0d77..8a09836a7 100644 --- a/include/d/res/res_um.h +++ b/include/d/res/res_um.h @@ -1,7 +1,7 @@ #ifndef RES_UM_H #define RES_UM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum UM_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_uo.h b/include/d/res/res_uo.h index d7923764f..8f6c24079 100644 --- a/include/d/res/res_uo.h +++ b/include/d/res/res_uo.h @@ -1,7 +1,7 @@ #ifndef RES_UO_H #define RES_UO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum UO_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_usovmc.h b/include/d/res/res_usovmc.h index 4eec511b0..7e1133a23 100644 --- a/include/d/res/res_usovmc.h +++ b/include/d/res/res_usovmc.h @@ -1,7 +1,7 @@ #ifndef RES_USOVMC_H #define RES_USOVMC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum USOVMC_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_uw.h b/include/d/res/res_uw.h index a1fb17ca1..6bad5b9c2 100644 --- a/include/d/res/res_uw.h +++ b/include/d/res/res_uw.h @@ -1,7 +1,7 @@ #ifndef RES_UW_H #define RES_UW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum UW_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_vamuk.h b/include/d/res/res_vamuk.h index d0741a4c6..48392f184 100644 --- a/include/d/res/res_vamuk.h +++ b/include/d/res/res_vamuk.h @@ -1,7 +1,7 @@ #ifndef RES_VAMUK_H #define RES_VAMUK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VAMUK_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vamuy.h b/include/d/res/res_vamuy.h index 0afd0fd30..77c2afc57 100644 --- a/include/d/res/res_vamuy.h +++ b/include/d/res/res_vamuy.h @@ -1,7 +1,7 @@ #ifndef RES_VAMUY_H #define RES_VAMUY_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VAMUY_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_varfi.h b/include/d/res/res_varfi.h index 8e3476a15..fdf0172ce 100644 --- a/include/d/res/res_varfi.h +++ b/include/d/res/res_varfi.h @@ -1,7 +1,7 @@ #ifndef RES_VARFI_H #define RES_VARFI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VARFI_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_varrl.h b/include/d/res/res_varrl.h index 8c897098c..246a7255c 100644 --- a/include/d/res/res_varrl.h +++ b/include/d/res/res_varrl.h @@ -1,7 +1,7 @@ #ifndef RES_VARRL_H #define RES_VARRL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VARRL_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbage.h b/include/d/res/res_vbage.h index 96b3b5912..32997cfe3 100644 --- a/include/d/res/res_vbage.h +++ b/include/d/res/res_vbage.h @@ -1,7 +1,7 @@ #ifndef RES_VBAGE_H #define RES_VBAGE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBAGE_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vbagf.h b/include/d/res/res_vbagf.h index 7eae6a949..6ee1a0fdb 100644 --- a/include/d/res/res_vbagf.h +++ b/include/d/res/res_vbagf.h @@ -1,7 +1,7 @@ #ifndef RES_VBAGF_H #define RES_VBAGF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBAGF_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vbagh.h b/include/d/res/res_vbagh.h index cf40c0f84..17d2d420e 100644 --- a/include/d/res/res_vbagh.h +++ b/include/d/res/res_vbagh.h @@ -1,7 +1,7 @@ #ifndef RES_VBAGH_H #define RES_VBAGH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBAGH_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vbakh.h b/include/d/res/res_vbakh.h index c732fb9f7..550b2b5bd 100644 --- a/include/d/res/res_vbakh.h +++ b/include/d/res/res_vbakh.h @@ -1,7 +1,7 @@ #ifndef RES_VBAKH_H #define RES_VBAKH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBAKH_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vbelt.h b/include/d/res/res_vbelt.h index 49272bfa3..078059067 100644 --- a/include/d/res/res_vbelt.h +++ b/include/d/res/res_vbelt.h @@ -1,7 +1,7 @@ #ifndef RES_VBELT_H #define RES_VBELT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBELT_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbeso.h b/include/d/res/res_vbeso.h index 19c2d670a..fd83890cd 100644 --- a/include/d/res/res_vbeso.h +++ b/include/d/res/res_vbeso.h @@ -1,7 +1,7 @@ #ifndef RES_VBESO_H #define RES_VBESO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBESO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vbinh.h b/include/d/res/res_vbinh.h index 8d423e2b2..e5421d2ca 100644 --- a/include/d/res/res_vbinh.h +++ b/include/d/res/res_vbinh.h @@ -1,7 +1,7 @@ #ifndef RES_VBINH_H #define RES_VBINH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBINH_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbins.h b/include/d/res/res_vbins.h index bcafc287b..96bfea618 100644 --- a/include/d/res/res_vbins.h +++ b/include/d/res/res_vbins.h @@ -1,7 +1,7 @@ #ifndef RES_VBINS_H #define RES_VBINS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBINS_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbinw.h b/include/d/res/res_vbinw.h index c0dec7208..2a633ba6c 100644 --- a/include/d/res/res_vbinw.h +++ b/include/d/res/res_vbinw.h @@ -1,7 +1,7 @@ #ifndef RES_VBINW_H #define RES_VBINW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBINW_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbiny.h b/include/d/res/res_vbiny.h index 033e29412..25aa8b7e4 100644 --- a/include/d/res/res_vbiny.h +++ b/include/d/res/res_vbiny.h @@ -1,7 +1,7 @@ #ifndef RES_VBINY_H #define RES_VBINY_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBINY_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vboko.h b/include/d/res/res_vboko.h index 9427ac9c0..0bde1c3de 100644 --- a/include/d/res/res_vboko.h +++ b/include/d/res/res_vboko.h @@ -1,7 +1,7 @@ #ifndef RES_VBOKO_H #define RES_VBOKO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOKO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vboml.h b/include/d/res/res_vboml.h index 72f3f31ed..41abf4204 100644 --- a/include/d/res/res_vboml.h +++ b/include/d/res/res_vboml.h @@ -1,7 +1,7 @@ #ifndef RES_VBOML_H #define RES_VBOML_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOML_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbomm.h b/include/d/res/res_vbomm.h index 6843084ed..cc823f69c 100644 --- a/include/d/res/res_vbomm.h +++ b/include/d/res/res_vbomm.h @@ -1,7 +1,7 @@ #ifndef RES_VBOMM_H #define RES_VBOMM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOMM_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vboot.h b/include/d/res/res_vboot.h index f5f067d52..4e60caf50 100644 --- a/include/d/res/res_vboot.h +++ b/include/d/res/res_vboot.h @@ -1,7 +1,7 @@ #ifndef RES_VBOOT_H #define RES_VBOOT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOOT_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vbow.h b/include/d/res/res_vbow.h index 781f6e706..40cf01ab7 100644 --- a/include/d/res/res_vbow.h +++ b/include/d/res/res_vbow.h @@ -1,7 +1,7 @@ #ifndef RES_VBOW_H #define RES_VBOW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOW_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vboxa.h b/include/d/res/res_vboxa.h index eb0b7f021..35c40287d 100644 --- a/include/d/res/res_vboxa.h +++ b/include/d/res/res_vboxa.h @@ -1,7 +1,7 @@ #ifndef RES_VBOXA_H #define RES_VBOXA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOXA_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vboxn.h b/include/d/res/res_vboxn.h index 5ad8017b6..daffef927 100644 --- a/include/d/res/res_vboxn.h +++ b/include/d/res/res_vboxn.h @@ -1,7 +1,7 @@ #ifndef RES_VBOXN_H #define RES_VBOXN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VBOXN_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vchin.h b/include/d/res/res_vchin.h index 6085b382f..32ad9f250 100644 --- a/include/d/res/res_vchin.h +++ b/include/d/res/res_vchin.h @@ -1,7 +1,7 @@ #ifndef RES_VCHIN_H #define RES_VCHIN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VCHIN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vchuj.h b/include/d/res/res_vchuj.h index 0a3fc1795..80d200082 100644 --- a/include/d/res/res_vchuj.h +++ b/include/d/res/res_vchuj.h @@ -1,7 +1,7 @@ #ifndef RES_VCHUJ_H #define RES_VCHUJ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VCHUJ_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vdoku.h b/include/d/res/res_vdoku.h index 853c893d6..74e2ff3f2 100644 --- a/include/d/res/res_vdoku.h +++ b/include/d/res/res_vdoku.h @@ -1,7 +1,7 @@ #ifndef RES_VDOKU_H #define RES_VDOKU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VDOKU_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vdora.h b/include/d/res/res_vdora.h index 26c872c6d..e03709feb 100644 --- a/include/d/res/res_vdora.h +++ b/include/d/res/res_vdora.h @@ -1,7 +1,7 @@ #ifndef RES_VDORA_H #define RES_VDORA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VDORA_RES_FILE_ID { /* BDL */ diff --git a/include/d/res/res_vds.h b/include/d/res/res_vds.h index 28849fa7d..c85fe48e6 100644 --- a/include/d/res/res_vds.h +++ b/include/d/res/res_vds.h @@ -1,7 +1,7 @@ #ifndef RES_VDS_H #define RES_VDS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VDS_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vdunc.h b/include/d/res/res_vdunc.h index 4ec08fb40..f6250c75d 100644 --- a/include/d/res/res_vdunc.h +++ b/include/d/res/res_vdunc.h @@ -1,7 +1,7 @@ #ifndef RES_VDUNC_H #define RES_VDUNC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VDUNC_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vdunm.h b/include/d/res/res_vdunm.h index 2d5192c81..c71355351 100644 --- a/include/d/res/res_vdunm.h +++ b/include/d/res/res_vdunm.h @@ -1,7 +1,7 @@ #ifndef RES_VDUNM_H #define RES_VDUNM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VDUNM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vesa.h b/include/d/res/res_vesa.h index fbb782942..7f6d268a5 100644 --- a/include/d/res/res_vesa.h +++ b/include/d/res/res_vesa.h @@ -1,7 +1,7 @@ #ifndef RES_VESA_H #define RES_VESA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VESA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vfan.h b/include/d/res/res_vfan.h index 1c1b66d25..62bbb975d 100644 --- a/include/d/res/res_vfan.h +++ b/include/d/res/res_vfan.h @@ -1,7 +1,7 @@ #ifndef RES_VFAN_H #define RES_VFAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VFAN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vfuku.h b/include/d/res/res_vfuku.h index c1c6c4900..a7c8890fa 100644 --- a/include/d/res/res_vfuku.h +++ b/include/d/res/res_vfuku.h @@ -1,7 +1,7 @@ #ifndef RES_VFUKU_H #define RES_VFUKU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VFUKU_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vgnfd.h b/include/d/res/res_vgnfd.h index f2cd133b2..ef09c7fb8 100644 --- a/include/d/res/res_vgnfd.h +++ b/include/d/res/res_vgnfd.h @@ -1,7 +1,7 @@ #ifndef RES_VGNFD_H #define RES_VGNFD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VGNFD_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vhamm.h b/include/d/res/res_vhamm.h index b1e89794a..29cfbaefd 100644 --- a/include/d/res/res_vhamm.h +++ b/include/d/res/res_vhamm.h @@ -1,7 +1,7 @@ #ifndef RES_VHAMM_H #define RES_VHAMM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHAMM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vhane.h b/include/d/res/res_vhane.h index 60cb70b0a..53d90cee2 100644 --- a/include/d/res/res_vhane.h +++ b/include/d/res/res_vhane.h @@ -1,7 +1,7 @@ #ifndef RES_VHANE_H #define RES_VHANE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHANE_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vhapp.h b/include/d/res/res_vhapp.h index 1477f73d2..994a6eb38 100644 --- a/include/d/res/res_vhapp.h +++ b/include/d/res/res_vhapp.h @@ -1,7 +1,7 @@ #ifndef RES_VHAPP_H #define RES_VHAPP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHAPP_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vhkak.h b/include/d/res/res_vhkak.h index 946dfa774..63a56c9b5 100644 --- a/include/d/res/res_vhkak.h +++ b/include/d/res/res_vhkak.h @@ -1,7 +1,7 @@ #ifndef RES_VHKAK_H #define RES_VHKAK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHKAK_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vho.h b/include/d/res/res_vho.h index 86fd18d06..94ca39c8d 100644 --- a/include/d/res/res_vho.h +++ b/include/d/res/res_vho.h @@ -1,7 +1,7 @@ #ifndef RES_VHO_H #define RES_VHO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vhook.h b/include/d/res/res_vhook.h index a7d9dc1d8..61e1595d4 100644 --- a/include/d/res/res_vhook.h +++ b/include/d/res/res_vhook.h @@ -1,7 +1,7 @@ #ifndef RES_VHOOK_H #define RES_VHOOK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHOOK_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vhutu.h b/include/d/res/res_vhutu.h index c93337fcf..b7dd2ac08 100644 --- a/include/d/res/res_vhutu.h +++ b/include/d/res/res_vhutu.h @@ -1,7 +1,7 @@ #ifndef RES_VHUTU_H #define RES_VHUTU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHUTU_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vhyoi.h b/include/d/res/res_vhyoi.h index 9b7f05644..29879599d 100644 --- a/include/d/res/res_vhyoi.h +++ b/include/d/res/res_vhyoi.h @@ -1,7 +1,7 @@ #ifndef RES_VHYOI_H #define RES_VHYOI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VHYOI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vigah.h b/include/d/res/res_vigah.h index 673b45f6c..0c53afe6b 100644 --- a/include/d/res/res_vigah.h +++ b/include/d/res/res_vigah.h @@ -1,7 +1,7 @@ #ifndef RES_VIGAH_H #define RES_VIGAH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VIGAH_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vkeyn.h b/include/d/res/res_vkeyn.h index c33e90372..2d40c9eec 100644 --- a/include/d/res/res_vkeyn.h +++ b/include/d/res/res_vkeyn.h @@ -1,7 +1,7 @@ #ifndef RES_VKEYN_H #define RES_VKEYN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VKEYN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vleaf.h b/include/d/res/res_vleaf.h index 797a1419e..c212567e8 100644 --- a/include/d/res/res_vleaf.h +++ b/include/d/res/res_vleaf.h @@ -1,7 +1,7 @@ #ifndef RES_VLEAF_H #define RES_VLEAF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VLEAF_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vlemg.h b/include/d/res/res_vlemg.h index 9fda653af..c91c4fbf1 100644 --- a/include/d/res/res_vlemg.h +++ b/include/d/res/res_vlemg.h @@ -1,7 +1,7 @@ #ifndef RES_VLEMG_H #define RES_VLEMG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VLEMG_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vlemo.h b/include/d/res/res_vlemo.h index 77754c041..703d3a751 100644 --- a/include/d/res/res_vlemo.h +++ b/include/d/res/res_vlemo.h @@ -1,7 +1,7 @@ #ifndef RES_VLEMO_H #define RES_VLEMO_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VLEMO_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vleof.h b/include/d/res/res_vleof.h index fd83a1427..903b710a3 100644 --- a/include/d/res/res_vleof.h +++ b/include/d/res/res_vleof.h @@ -1,7 +1,7 @@ #ifndef RES_VLEOF_H #define RES_VLEOF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VLEOF_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vlett.h b/include/d/res/res_vlett.h index 3a3300627..e96aff6e8 100644 --- a/include/d/res/res_vlett.h +++ b/include/d/res/res_vlett.h @@ -1,7 +1,7 @@ #ifndef RES_VLETT_H #define RES_VLETT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VLETT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vlupy.h b/include/d/res/res_vlupy.h index e9750eb74..288de87b1 100644 --- a/include/d/res/res_vlupy.h +++ b/include/d/res/res_vlupy.h @@ -1,7 +1,7 @@ #ifndef RES_VLUPY_H #define RES_VLUPY_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VLUPY_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vmags.h b/include/d/res/res_vmags.h index e6ba72bc6..d95791139 100644 --- a/include/d/res/res_vmags.h +++ b/include/d/res/res_vmags.h @@ -1,7 +1,7 @@ #ifndef RES_VMAGS_H #define RES_VMAGS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAGS_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vmant.h b/include/d/res/res_vmant.h index 50726d127..964223e5f 100644 --- a/include/d/res/res_vmant.h +++ b/include/d/res/res_vmant.h @@ -1,7 +1,7 @@ #ifndef RES_VMANT_H #define RES_VMANT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMANT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmapc.h b/include/d/res/res_vmapc.h index d51271d4f..2dc29f7e8 100644 --- a/include/d/res/res_vmapc.h +++ b/include/d/res/res_vmapc.h @@ -1,7 +1,7 @@ #ifndef RES_VMAPC_H #define RES_VMAPC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAPC_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmapg.h b/include/d/res/res_vmapg.h index f0aea2193..71cd1bb23 100644 --- a/include/d/res/res_vmapg.h +++ b/include/d/res/res_vmapg.h @@ -1,7 +1,7 @@ #ifndef RES_VMAPG_H #define RES_VMAPG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAPG_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmaph.h b/include/d/res/res_vmaph.h index 94936523b..996e0858f 100644 --- a/include/d/res/res_vmaph.h +++ b/include/d/res/res_vmaph.h @@ -1,7 +1,7 @@ #ifndef RES_VMAPH_H #define RES_VMAPH_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAPH_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmapq.h b/include/d/res/res_vmapq.h index 7f3fb8fb1..59257e3fa 100644 --- a/include/d/res/res_vmapq.h +++ b/include/d/res/res_vmapq.h @@ -1,7 +1,7 @@ #ifndef RES_VMAPQ_H #define RES_VMAPQ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAPQ_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmapr.h b/include/d/res/res_vmapr.h index 35b7bc2fb..1c7aa3ce4 100644 --- a/include/d/res/res_vmapr.h +++ b/include/d/res/res_vmapr.h @@ -1,7 +1,7 @@ #ifndef RES_VMAPR_H #define RES_VMAPR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAPR_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmapt.h b/include/d/res/res_vmapt.h index e61992523..b3bd78283 100644 --- a/include/d/res/res_vmapt.h +++ b/include/d/res/res_vmapt.h @@ -1,7 +1,7 @@ #ifndef RES_VMAPT_H #define RES_VMAPT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMAPT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmc.h b/include/d/res/res_vmc.h index fdc6d59ec..5341ddcd5 100644 --- a/include/d/res/res_vmc.h +++ b/include/d/res/res_vmc.h @@ -1,7 +1,7 @@ #ifndef RES_VMC_H #define RES_VMC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMC_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vmr.h b/include/d/res/res_vmr.h index 9ebe6d383..d76d69d46 100644 --- a/include/d/res/res_vmr.h +++ b/include/d/res/res_vmr.h @@ -1,7 +1,7 @@ #ifndef RES_VMR_H #define RES_VMR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMR_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vmsdz.h b/include/d/res/res_vmsdz.h index 6afca7660..a0536df92 100644 --- a/include/d/res/res_vmsdz.h +++ b/include/d/res/res_vmsdz.h @@ -1,7 +1,7 @@ #ifndef RES_VMSDZ_H #define RES_VMSDZ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMSDZ_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vmsms.h b/include/d/res/res_vmsms.h index 93fe9130a..c542429da 100644 --- a/include/d/res/res_vmsms.h +++ b/include/d/res/res_vmsms.h @@ -1,7 +1,7 @@ #ifndef RES_VMSMS_H #define RES_VMSMS_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VMSMS_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj00.h b/include/d/res/res_vobj00.h index 01d55eda7..c082329c9 100644 --- a/include/d/res/res_vobj00.h +++ b/include/d/res/res_vobj00.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ00_H #define RES_VOBJ00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj01.h b/include/d/res/res_vobj01.h index cde605926..a853bacc9 100644 --- a/include/d/res/res_vobj01.h +++ b/include/d/res/res_vobj01.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ01_H #define RES_VOBJ01_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ01_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj02.h b/include/d/res/res_vobj02.h index 93d4fad64..e5b44b2a7 100644 --- a/include/d/res/res_vobj02.h +++ b/include/d/res/res_vobj02.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ02_H #define RES_VOBJ02_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ02_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj03.h b/include/d/res/res_vobj03.h index aa2cd6f91..ac8fad044 100644 --- a/include/d/res/res_vobj03.h +++ b/include/d/res/res_vobj03.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ03_H #define RES_VOBJ03_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ03_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj04.h b/include/d/res/res_vobj04.h index ae357280d..a0e7d20e7 100644 --- a/include/d/res/res_vobj04.h +++ b/include/d/res/res_vobj04.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ04_H #define RES_VOBJ04_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ04_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj05.h b/include/d/res/res_vobj05.h index 373712a09..83f45cc73 100644 --- a/include/d/res/res_vobj05.h +++ b/include/d/res/res_vobj05.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ05_H #define RES_VOBJ05_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ05_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj06.h b/include/d/res/res_vobj06.h index 49bd843bd..0826511ce 100644 --- a/include/d/res/res_vobj06.h +++ b/include/d/res/res_vobj06.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ06_H #define RES_VOBJ06_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ06_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj07.h b/include/d/res/res_vobj07.h index f1228bfc4..3aebce715 100644 --- a/include/d/res/res_vobj07.h +++ b/include/d/res/res_vobj07.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ07_H #define RES_VOBJ07_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ07_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj08.h b/include/d/res/res_vobj08.h index d7c3797e2..88d874743 100644 --- a/include/d/res/res_vobj08.h +++ b/include/d/res/res_vobj08.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ08_H #define RES_VOBJ08_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ08_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj09.h b/include/d/res/res_vobj09.h index d8bb207c1..3e958003c 100644 --- a/include/d/res/res_vobj09.h +++ b/include/d/res/res_vobj09.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ09_H #define RES_VOBJ09_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ09_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj10.h b/include/d/res/res_vobj10.h index 48cf4951f..536b8a807 100644 --- a/include/d/res/res_vobj10.h +++ b/include/d/res/res_vobj10.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ10_H #define RES_VOBJ10_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ10_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vobj11.h b/include/d/res/res_vobj11.h index 7694c5dab..efea2a7ed 100644 --- a/include/d/res/res_vobj11.h +++ b/include/d/res/res_vobj11.h @@ -1,7 +1,7 @@ #ifndef RES_VOBJ11_H #define RES_VOBJ11_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOBJ11_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vochi.h b/include/d/res/res_vochi.h index 3cd491d78..39b891eb3 100644 --- a/include/d/res/res_vochi.h +++ b/include/d/res/res_vochi.h @@ -1,7 +1,7 @@ #ifndef RES_VOCHI_H #define RES_VOCHI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOCHI_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vohom.h b/include/d/res/res_vohom.h index 2c419ac9c..c4cf83f5a 100644 --- a/include/d/res/res_vohom.h +++ b/include/d/res/res_vohom.h @@ -1,7 +1,7 @@ #ifndef RES_VOHOM_H #define RES_VOHOM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VOHOM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vpbot_00.h b/include/d/res/res_vpbot_00.h index 618d0fab4..1b1799acb 100644 --- a/include/d/res/res_vpbot_00.h +++ b/include/d/res/res_vpbot_00.h @@ -1,7 +1,7 @@ #ifndef RES_VPBOT_00_H #define RES_VPBOT_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VPBOT_00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vpowr.h b/include/d/res/res_vpowr.h index a06106850..fbecfbb76 100644 --- a/include/d/res/res_vpowr.h +++ b/include/d/res/res_vpowr.h @@ -1,7 +1,7 @@ #ifndef RES_VPOWR_H #define RES_VPOWR_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VPOWR_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vrope.h b/include/d/res/res_vrope.h index 2a350c2db..65b86e200 100644 --- a/include/d/res/res_vrope.h +++ b/include/d/res/res_vrope.h @@ -1,7 +1,7 @@ #ifndef RES_VROPE_H #define RES_VROPE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VROPE_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vsail.h b/include/d/res/res_vsail.h index c2ea7aec3..e23854357 100644 --- a/include/d/res/res_vsail.h +++ b/include/d/res/res_vsail.h @@ -1,7 +1,7 @@ #ifndef RES_VSAIL_H #define RES_VSAIL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VSAIL_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vsaim.h b/include/d/res/res_vsaim.h index e707523a0..8dffa8ace 100644 --- a/include/d/res/res_vsaim.h +++ b/include/d/res/res_vsaim.h @@ -1,7 +1,7 @@ #ifndef RES_VSAIM_H #define RES_VSAIM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VSAIM_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vshim.h b/include/d/res/res_vshim.h index 2c79690bf..7d865434b 100644 --- a/include/d/res/res_vshim.h +++ b/include/d/res/res_vshim.h @@ -1,7 +1,7 @@ #ifndef RES_VSHIM_H #define RES_VSHIM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VSHIM_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vshin.h b/include/d/res/res_vshin.h index 3ec93026a..8850a3620 100644 --- a/include/d/res/res_vshin.h +++ b/include/d/res/res_vshin.h @@ -1,7 +1,7 @@ #ifndef RES_VSHIN_H #define RES_VSHIN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VSHIN_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vsvfg.h b/include/d/res/res_vsvfg.h index d5ad0fb1e..772a14172 100644 --- a/include/d/res/res_vsvfg.h +++ b/include/d/res/res_vsvfg.h @@ -1,7 +1,7 @@ #ifndef RES_VSVFG_H #define RES_VSVFG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VSVFG_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_vswon.h b/include/d/res/res_vswon.h index f86152a1e..ea3a6a901 100644 --- a/include/d/res/res_vswon.h +++ b/include/d/res/res_vswon.h @@ -1,7 +1,7 @@ #ifndef RES_VSWON_H #define RES_VSWON_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VSWON_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtact.h b/include/d/res/res_vtact.h index 41715aa0b..edfe7341b 100644 --- a/include/d/res/res_vtact.h +++ b/include/d/res/res_vtact.h @@ -1,7 +1,7 @@ #ifndef RES_VTACT_H #define RES_VTACT_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTACT_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vteng.h b/include/d/res/res_vteng.h index 5cbec55e5..0eefb0f6f 100644 --- a/include/d/res/res_vteng.h +++ b/include/d/res/res_vteng.h @@ -1,7 +1,7 @@ #ifndef RES_VTENG_H #define RES_VTENG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTENG_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vtil.h b/include/d/res/res_vtil.h index 88f43875b..1fc67bc2e 100644 --- a/include/d/res/res_vtil.h +++ b/include/d/res/res_vtil.h @@ -1,7 +1,7 @@ #ifndef RES_VTIL_H #define RES_VTIL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTIL_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtin1.h b/include/d/res/res_vtin1.h index e85419ac9..cc6f0dd07 100644 --- a/include/d/res/res_vtin1.h +++ b/include/d/res/res_vtin1.h @@ -1,7 +1,7 @@ #ifndef RES_VTIN1_H #define RES_VTIN1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTIN1_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtin2.h b/include/d/res/res_vtin2.h index 000389eca..9745c9718 100644 --- a/include/d/res/res_vtin2.h +++ b/include/d/res/res_vtin2.h @@ -1,7 +1,7 @@ #ifndef RES_VTIN2_H #define RES_VTIN2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTIN2_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtin3.h b/include/d/res/res_vtin3.h index 21b6acfe0..d88a114f7 100644 --- a/include/d/res/res_vtin3.h +++ b/include/d/res/res_vtin3.h @@ -1,7 +1,7 @@ #ifndef RES_VTIN3_H #define RES_VTIN3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTIN3_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtin4.h b/include/d/res/res_vtin4.h index 885e55a88..59e567bd9 100644 --- a/include/d/res/res_vtin4.h +++ b/include/d/res/res_vtin4.h @@ -1,7 +1,7 @@ #ifndef RES_VTIN4_H #define RES_VTIN4_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTIN4_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtin5.h b/include/d/res/res_vtin5.h index 2d4fa0233..83de85a76 100644 --- a/include/d/res/res_vtin5.h +++ b/include/d/res/res_vtin5.h @@ -1,7 +1,7 @@ #ifndef RES_VTIN5_H #define RES_VTIN5_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTIN5_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_vtri1.h b/include/d/res/res_vtri1.h index c44dd51f7..1fcddde02 100644 --- a/include/d/res/res_vtri1.h +++ b/include/d/res/res_vtri1.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI1_H #define RES_VTRI1_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI1_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri2.h b/include/d/res/res_vtri2.h index a1ab5bada..b535a2cec 100644 --- a/include/d/res/res_vtri2.h +++ b/include/d/res/res_vtri2.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI2_H #define RES_VTRI2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI2_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri3.h b/include/d/res/res_vtri3.h index ede285417..0a9b6e05f 100644 --- a/include/d/res/res_vtri3.h +++ b/include/d/res/res_vtri3.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI3_H #define RES_VTRI3_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI3_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri4.h b/include/d/res/res_vtri4.h index 35cb6deeb..9086ad405 100644 --- a/include/d/res/res_vtri4.h +++ b/include/d/res/res_vtri4.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI4_H #define RES_VTRI4_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI4_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri5.h b/include/d/res/res_vtri5.h index f99680a37..13eea7319 100644 --- a/include/d/res/res_vtri5.h +++ b/include/d/res/res_vtri5.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI5_H #define RES_VTRI5_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI5_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri6.h b/include/d/res/res_vtri6.h index c69d33631..3072fb756 100644 --- a/include/d/res/res_vtri6.h +++ b/include/d/res/res_vtri6.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI6_H #define RES_VTRI6_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI6_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri7.h b/include/d/res/res_vtri7.h index 33c6551b8..bf0c9616d 100644 --- a/include/d/res/res_vtri7.h +++ b/include/d/res/res_vtri7.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI7_H #define RES_VTRI7_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI7_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vtri8.h b/include/d/res/res_vtri8.h index 485c283f0..5b151de4b 100644 --- a/include/d/res/res_vtri8.h +++ b/include/d/res/res_vtri8.h @@ -1,7 +1,7 @@ #ifndef RES_VTRI8_H #define RES_VTRI8_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VTRI8_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vyasi.h b/include/d/res/res_vyasi.h index 4d77935e3..78ebb1ea4 100644 --- a/include/d/res/res_vyasi.h +++ b/include/d/res/res_vyasi.h @@ -1,7 +1,7 @@ #ifndef RES_VYASI_H #define RES_VYASI_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VYASI_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_vyatl.h b/include/d/res/res_vyatl.h index e37b352f2..07b35c8d4 100644 --- a/include/d/res/res_vyatl.h +++ b/include/d/res/res_vyatl.h @@ -1,7 +1,7 @@ #ifndef RES_VYATL_H #define RES_VYATL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VYATL_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vyatm.h b/include/d/res/res_vyatm.h index 4ab45e98b..24b3a106f 100644 --- a/include/d/res/res_vyatm.h +++ b/include/d/res/res_vyatm.h @@ -1,7 +1,7 @@ #ifndef RES_VYATM_H #define RES_VYATM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VYATM_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_vzouk.h b/include/d/res/res_vzouk.h index fcb412a70..186ea891c 100644 --- a/include/d/res/res_vzouk.h +++ b/include/d/res/res_vzouk.h @@ -1,7 +1,7 @@ #ifndef RES_VZOUK_H #define RES_VZOUK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum VZOUK_RES_FILE_ID { /* BCK */ diff --git a/include/d/res/res_wallbom.h b/include/d/res/res_wallbom.h index a019846cd..5b9526518 100644 --- a/include/d/res/res_wallbom.h +++ b/include/d/res/res_wallbom.h @@ -1,7 +1,7 @@ #ifndef RES_WALLBOM_H #define RES_WALLBOM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum WALLBOM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_wbird.h b/include/d/res/res_wbird.h index d8bef9685..d6a58f369 100644 --- a/include/d/res/res_wbird.h +++ b/include/d/res/res_wbird.h @@ -1,7 +1,7 @@ #ifndef RES_WBIRD_H #define RES_WBIRD_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum WBIRD_RES_FILE_ID { // IDs and indexes are synced /* BAS */ diff --git a/include/d/res/res_wfall.h b/include/d/res/res_wfall.h index 9f256c852..b31689881 100644 --- a/include/d/res/res_wfall.h +++ b/include/d/res/res_wfall.h @@ -1,7 +1,7 @@ #ifndef RES_WFALL_H #define RES_WFALL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum WFALL_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_wz.h b/include/d/res/res_wz.h index 02c48e918..aba844cd0 100644 --- a/include/d/res/res_wz.h +++ b/include/d/res/res_wz.h @@ -1,7 +1,7 @@ #ifndef RES_WZ_H #define RES_WZ_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum WZ_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_wzb.h b/include/d/res/res_wzb.h index f8e360a89..a73ecff0c 100644 --- a/include/d/res/res_wzb.h +++ b/include/d/res/res_wzb.h @@ -1,7 +1,7 @@ #ifndef RES_WZB_H #define RES_WZB_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum WZB_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_x_futa.h b/include/d/res/res_x_futa.h index 6257d3c86..39a7c3558 100644 --- a/include/d/res/res_x_futa.h +++ b/include/d/res/res_x_futa.h @@ -1,7 +1,7 @@ #ifndef RES_X_FUTA_H #define RES_X_FUTA_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum X_FUTA_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_x_tower.h b/include/d/res/res_x_tower.h index fedb9fce1..688582dc4 100644 --- a/include/d/res/res_x_tower.h +++ b/include/d/res/res_x_tower.h @@ -1,7 +1,7 @@ #ifndef RES_X_TOWER_H #define RES_X_TOWER_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum X_TOWER_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_xhcf.h b/include/d/res/res_xhcf.h index f82497810..dbe6b1023 100644 --- a/include/d/res/res_xhcf.h +++ b/include/d/res/res_xhcf.h @@ -1,7 +1,7 @@ #ifndef RES_XHCF_H #define RES_XHCF_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum XHCF_RES_FILE_ID { // IDs and indexes are synced /* TEX */ diff --git a/include/d/res/res_yaflw00.h b/include/d/res/res_yaflw00.h index 3a48dfc4a..08e248c0f 100644 --- a/include/d/res/res_yaflw00.h +++ b/include/d/res/res_yaflw00.h @@ -1,7 +1,7 @@ #ifndef RES_YAFLW00_H #define RES_YAFLW00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YAFLW00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_yakerom.h b/include/d/res/res_yakerom.h index e08c9d4bc..a62d5073e 100644 --- a/include/d/res/res_yakerom.h +++ b/include/d/res/res_yakerom.h @@ -1,7 +1,7 @@ #ifndef RES_YAKEROM_H #define RES_YAKEROM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YAKEROM_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ybgaf00.h b/include/d/res/res_ybgaf00.h index b6765aaed..e3fc9125f 100644 --- a/include/d/res/res_ybgaf00.h +++ b/include/d/res/res_ybgaf00.h @@ -1,7 +1,7 @@ #ifndef RES_YBGAF00_H #define RES_YBGAF00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YBGAF00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_yboil.h b/include/d/res/res_yboil.h index 23661e91b..5cb56d916 100644 --- a/include/d/res/res_yboil.h +++ b/include/d/res/res_yboil.h @@ -1,7 +1,7 @@ #ifndef RES_YBOIL_H #define RES_YBOIL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YBOIL_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ycage.h b/include/d/res/res_ycage.h index 8e19c174c..427757e75 100644 --- a/include/d/res/res_ycage.h +++ b/include/d/res/res_ycage.h @@ -1,7 +1,7 @@ #ifndef RES_YCAGE_H #define RES_YCAGE_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YCAGE_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_yfire_00.h b/include/d/res/res_yfire_00.h index def4fcb47..3accb7d64 100644 --- a/include/d/res/res_yfire_00.h +++ b/include/d/res/res_yfire_00.h @@ -1,7 +1,7 @@ #ifndef RES_YFIRE_00_H #define RES_YFIRE_00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum YFIRE_00_RES_FILE_ID { // IDs and indexes are synced diff --git a/include/d/res/res_ygcwp.h b/include/d/res/res_ygcwp.h index e7db49456..9cc11e941 100644 --- a/include/d/res/res_ygcwp.h +++ b/include/d/res/res_ygcwp.h @@ -1,7 +1,7 @@ #ifndef RES_YGCWP_H #define RES_YGCWP_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YGCWP_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ygush00.h b/include/d/res/res_ygush00.h index d664b39af..b758dfbc2 100644 --- a/include/d/res/res_ygush00.h +++ b/include/d/res/res_ygush00.h @@ -1,7 +1,7 @@ #ifndef RES_YGUSH00_H #define RES_YGUSH00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YGUSH00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ykzyg.h b/include/d/res/res_ykzyg.h index 2068d2fe0..dba728219 100644 --- a/include/d/res/res_ykzyg.h +++ b/include/d/res/res_ykzyg.h @@ -1,7 +1,7 @@ #ifndef RES_YKZYG_H #define RES_YKZYG_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YKZYG_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_ylesr00.h b/include/d/res/res_ylesr00.h index 47d2450fc..0373ffe32 100644 --- a/include/d/res/res_ylesr00.h +++ b/include/d/res/res_ylesr00.h @@ -1,7 +1,7 @@ #ifndef RES_YLESR00_H #define RES_YLESR00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep #if VERSION == VERSION_DEMO enum YLESR00_RES_FILE_ID { diff --git a/include/d/res/res_yllic.h b/include/d/res/res_yllic.h index a22b4e866..dd64e1a81 100644 --- a/include/d/res/res_yllic.h +++ b/include/d/res/res_yllic.h @@ -1,7 +1,7 @@ #ifndef RES_YLLIC_H #define RES_YLLIC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YLLIC_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ylsic.h b/include/d/res/res_ylsic.h index 5811d0ecf..a4538fd4e 100644 --- a/include/d/res/res_ylsic.h +++ b/include/d/res/res_ylsic.h @@ -1,7 +1,7 @@ #ifndef RES_YLSIC_H #define RES_YLSIC_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YLSIC_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ylzou.h b/include/d/res/res_ylzou.h index a1bd0aa03..8a67fd26c 100644 --- a/include/d/res/res_ylzou.h +++ b/include/d/res/res_ylzou.h @@ -1,7 +1,7 @@ #ifndef RES_YLZOU_H #define RES_YLZOU_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YLZOU_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_ym.h b/include/d/res/res_ym.h index dcd17f8a8..73f19449d 100644 --- a/include/d/res/res_ym.h +++ b/include/d/res/res_ym.h @@ -1,7 +1,7 @@ #ifndef RES_YM_H #define RES_YM_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YM_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_yougan.h b/include/d/res/res_yougan.h index b44a31fa5..5ff7d7ac9 100644 --- a/include/d/res/res_yougan.h +++ b/include/d/res/res_yougan.h @@ -1,7 +1,7 @@ #ifndef RES_YOUGAN_H #define RES_YOUGAN_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YOUGAN_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ysbwp00.h b/include/d/res/res_ysbwp00.h index 762f15530..c2871516f 100644 --- a/include/d/res/res_ysbwp00.h +++ b/include/d/res/res_ysbwp00.h @@ -1,7 +1,7 @@ #ifndef RES_YSBWP00_H #define RES_YSBWP00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YSBWP00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_ysdls00.h b/include/d/res/res_ysdls00.h index 345f17b5c..e4dabc9be 100644 --- a/include/d/res/res_ysdls00.h +++ b/include/d/res/res_ysdls00.h @@ -1,7 +1,7 @@ #ifndef RES_YSDLS00_H #define RES_YSDLS00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YSDLS00_RES_FILE_ID { // IDs and indexes are synced /* BDL */ diff --git a/include/d/res/res_yslvg00.h b/include/d/res/res_yslvg00.h index c9bd53d91..db61ff764 100644 --- a/include/d/res/res_yslvg00.h +++ b/include/d/res/res_yslvg00.h @@ -1,7 +1,7 @@ #ifndef RES_YSLVG00_H #define RES_YSLVG00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YSLVG00_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_yswdr00.h b/include/d/res/res_yswdr00.h index 8408185c7..e96cde9ab 100644 --- a/include/d/res/res_yswdr00.h +++ b/include/d/res/res_yswdr00.h @@ -1,7 +1,7 @@ #ifndef RES_YSWDR00_H #define RES_YSWDR00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YSWDR00_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ diff --git a/include/d/res/res_yw.h b/include/d/res/res_yw.h index 76e15e27c..1d8e781ba 100644 --- a/include/d/res/res_yw.h +++ b/include/d/res/res_yw.h @@ -1,7 +1,7 @@ #ifndef RES_YW_H #define RES_YW_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YW_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_ywarp00.h b/include/d/res/res_ywarp00.h index 2feb11d96..ff121cc9c 100644 --- a/include/d/res/res_ywarp00.h +++ b/include/d/res/res_ywarp00.h @@ -1,7 +1,7 @@ #ifndef RES_YWARP00_H #define RES_YWARP00_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum YWARP00_RES_FILE_ID { // IDs and indexes are synced /* BCK */ diff --git a/include/d/res/res_zk.h b/include/d/res/res_zk.h index 0b7b346ee..3d0775611 100644 --- a/include/d/res/res_zk.h +++ b/include/d/res/res_zk.h @@ -1,7 +1,7 @@ #ifndef RES_ZK_H #define RES_ZK_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ZK_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_zl.h b/include/d/res/res_zl.h index 7f87565f3..6e0ce0139 100644 --- a/include/d/res/res_zl.h +++ b/include/d/res/res_zl.h @@ -1,7 +1,7 @@ #ifndef RES_ZL_H #define RES_ZL_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ZL_RES_FILE_ID { /* BCKS */ diff --git a/include/d/res/res_zl2.h b/include/d/res/res_zl2.h index 98dc3f1c6..d8079bb49 100644 --- a/include/d/res/res_zl2.h +++ b/include/d/res/res_zl2.h @@ -1,7 +1,7 @@ #ifndef RES_ZL2_H #define RES_ZL2_H -#include "global.h" +#include "global.h" // IWYU pragma: keep enum ZL2_RES_FILE_ID { /* BCKS */