Files
tww/include/d/res/res_yllic.h
T
2024-04-23 15:02:25 -04:00

15 lines
229 B
C

#ifndef RES_YLLIC_H
#define RES_YLLIC_H
#include "global.h"
enum YLLIC_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
YLLIC_BDL_YLLIC=0x4,
/* DZB */
YLLIC_DZB_YLLIC=0x7,
};
#endif /* RES_YLLIC_H */