Files
tww/include/d/res/res_shmrgrd.h
T

15 lines
265 B
C

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