mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-03 12:10:11 -04:00
15 lines
244 B
C
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 */
|