mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-29 08:42:53 -04:00
15 lines
250 B
C
15 lines
250 B
C
#ifndef RES_YLLIC_H
|
|
#define RES_YLLIC_H
|
|
|
|
#include "global.h" // IWYU pragma: keep
|
|
|
|
enum YLLIC_RES_FILE_ID { // IDs and indexes are synced
|
|
/* BDL */
|
|
YLLIC_BDL_YLLIC=0x4,
|
|
|
|
/* DZB */
|
|
YLLIC_DZB_YLLIC=0x7,
|
|
};
|
|
|
|
#endif /* RES_YLLIC_H */
|