mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-08 12:17:12 -04:00
15 lines
229 B
C
15 lines
229 B
C
#ifndef RES_ASHUT_H
|
|
#define RES_ASHUT_H
|
|
|
|
#include "global.h"
|
|
|
|
enum ASHUT_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
ASHUT_BDL_ASHUT=0x4,
|
|
|
|
/* DZB */
|
|
ASHUT_DZB_ASHUT=0x7,
|
|
};
|
|
|
|
#endif /* RES_ASHUT_H */
|