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

20 lines
342 B
C

#ifndef RES_AJAV_H
#define RES_AJAV_H
#include "global.h"
enum AJAV_RES_FILE_ID { // IDs and indexes are synced
/* BDL */
AJAV_BDL_AJAVA=0x4,
AJAV_BDL_AJAVB=0x5,
AJAV_BDL_AJAVC=0x6,
AJAV_BDL_AJAVD=0x7,
AJAV_BDL_AJAVE=0x8,
AJAV_BDL_AJAVF=0x9,
/* DZB */
AJAV_DZB_AJAV=0xC,
};
#endif /* RES_AJAV_H */