#ifndef RES_VHOOK_H #define RES_VHOOK_H #include "global.h" enum VHOOK_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ VHOOK_BDL_VHOOK=0x4, /* BTK */ VHOOK_BTK_VHOOK=0x7, }; #endif /* RES_VHOOK_H */