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

16 lines
300 B
C

#ifndef RES_DEMO_DK_H
#define RES_DEMO_DK_H
#include "global.h" // IWYU pragma: keep
enum DEMO_DK_RES_FILE_ID { // IDs and indexes are synced
/* BCK */
DEMO_DK_BCK_DK_L_AKUBI1=0x4,
DEMO_DK_BCK_DK_L_WAIT1=0x5,
/* BMDM */
DEMO_DK_BMD_DK_L=0x8,
};
#endif /* RES_DEMO_DK_H */