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

15 lines
243 B
C

#ifndef RES_AUZU_H
#define RES_AUZU_H
#include "global.h" // IWYU pragma: keep
enum AUZU_RES_FILE_ID { // IDs and indexes are synced
/* BDLM */
AUZU_BDL_AUZU=0x4,
/* BTK */
AUZU_BTK_AUZU=0x7,
};
#endif /* RES_AUZU_H */