#include <winX.h>
Data Fields | |
Dimension | viewport_width |
Dimension | viewport_height |
unsigned char | t_start [ROWNO] |
unsigned char | t_stop [ROWNO] |
int | square_width |
int | square_height |
int | square_ascent |
int | square_lbearing |
boolean | is_tile |
union { | |
struct text_map_info_t * text_map | |
struct tile_map_info_t * tile_map | |
} | mtype |
union { ... } map_info_t::mtype |
unsigned char map_info_t::t_start[ROWNO] |
unsigned char map_info_t::t_stop[ROWNO] |
struct text_map_info_t* map_info_t::text_map |
struct tile_map_info_t* map_info_t::tile_map |
Dimension map_info_t::viewport_height |
Dimension map_info_t::viewport_width |