mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-11 14:38:38 -04:00
16 lines
300 B
C
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 */
|