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

17 lines
261 B
C

#ifndef RES_JBO_H
#define RES_JBO_H
#include "global.h"
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 */