mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-02 19:55:58 -04:00
15 lines
237 B
C
15 lines
237 B
C
#ifndef RES_EAYOGN_H
|
|
#define RES_EAYOGN_H
|
|
|
|
#include "global.h"
|
|
|
|
enum EAYOGN_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
EAYOGN_BDL_EAYOGN=0x4,
|
|
|
|
/* DZB */
|
|
EAYOGN_DZB_EAYOGN=0x7,
|
|
};
|
|
|
|
#endif /* RES_EAYOGN_H */
|