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

15 lines
231 B
C

#ifndef RES_MKDAN_H
#define RES_MKDAN_H
#include "global.h"
enum MKDAN_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MKDAN_BDL_MKDAN1=0x4,
/* DZB */
MKDAN_DZB_MKDAN1=0x7,
};
#endif /* RES_MKDAN_H */