#ifndef RES_SHMRGRD_H #define RES_SHMRGRD_H #include "global.h" enum SHMRGRD_RES_FILE_ID { // IDs and indexes are synced /* BDL */ SHMRGRD_BDL_SHMRGRD=0x4, /* DZB */ SHMRGRD_DZB_HGBASE=0x7, }; #endif /* RES_SHMRGRD_H */