#include <xtabdat8.h>
Definition at line 86 of file xtabdat8.h.
Data Fields | |
unsigned int | width |
unsigned int | height |
unsigned char * | data |
unsigned char * | alpha |
unsigned int IMAGEITEM::width |
Definition at line 87 of file xtabdat8.h.
Referenced by draw_text_on_buffer(), place_sprite_cntr_on_buf_rgb(), read_dat_image_idx(), read_dattab_images(), and read_jtytab_images().
unsigned int IMAGEITEM::height |
Definition at line 88 of file xtabdat8.h.
Referenced by place_sprite_cntr_on_buf_rgb(), read_dat_image_idx(), read_dattab_images(), and read_jtytab_images().
unsigned char* IMAGEITEM::data |
Definition at line 89 of file xtabdat8.h.
Referenced by free_dattab_images(), place_sprite_cntr_on_buf_rgb(), read_dat_image_idx(), read_dattab_images(), and read_jtytab_images().
unsigned char* IMAGEITEM::alpha |
Definition at line 90 of file xtabdat8.h.
Referenced by free_dattab_images(), place_sprite_cntr_on_buf_rgb(), read_dat_image_idx(), read_dattab_images(), and read_jtytab_images().