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

23 lines
358 B
C

#ifndef RES_FIGURE_H
#define RES_FIGURE_H
#include "global.h" // IWYU pragma: keep
enum FIGURE_RES_FILE_ID {
/* BDLM */
FIGURE_BDL_VF_BS=0x1,
/* BTP */
FIGURE_BTP_VF_BS=0x2,
};
enum FIGURE_RES_FILE_INDEX {
/* BDLM */
FIGURE_INDEX_BDL_VF_BS=0x4,
/* BTP */
FIGURE_INDEX_BTP_VF_BS=0x7,
};
#endif /* RES_FIGURE_H */