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

15 lines
229 B
C

#ifndef RES_MSDAN_H
#define RES_MSDAN_H
#include "global.h"
enum MSDAN_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
MSDAN_BDL_MSDAN=0x4,
/* DZB */
MSDAN_DZB_MSDAN=0x7,
};
#endif /* RES_MSDAN_H */