mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 18:43:05 -04:00
17 lines
302 B
C
17 lines
302 B
C
#ifndef RES_YLZOU_H
|
|
#define RES_YLZOU_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum YLZOU_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
YLZOU_BDL_YLZOU=0x4,
|
|
YLZOU_BDL_YLZOU2=0x5,
|
|
|
|
/* DZB */
|
|
YLZOU_DZB_YLZOU=0x8,
|
|
YLZOU_DZB_YLZOU2=0x9,
|
|
};
|
|
|
|
#endif /* RES_YLZOU_H */
|