Files
tww/include/d/res/res_shmrgrd.h
T
2024-04-23 15:02:25 -04:00

15 lines
244 B
C

#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 */