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

23 lines
337 B
C

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