#ifndef RES_VHANE_H #define RES_VHANE_H #include "global.h" enum VHANE_RES_FILE_ID { // IDs and indexes are synced /* BDLM */ VHANE_BDL_VHANE=0x5, /* BRK */ VHANE_BRK_VHANE=0x8, /* BTK */ VHANE_BTK_VHANE=0xB, }; #endif /* RES_VHANE_H */