Files
tww/include/d/res/res_jbo.h
T

17 lines
282 B
C

#ifndef RES_JBO_H
#define RES_JBO_H
#include "global.h" // IWYU pragma: keep
enum JBO_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
JBO_BCK_IN1=0x4,
JBO_BCK_OUT1=0x5,
JBO_BCK_UMARERU1=0x6,
/* BMDM */
JBO_BMD_JH=0x9,
};
#endif /* RES_JBO_H */