#include <mapedit.h>
Data Fields | |
Image * | img |
Bitmap * | bit |
char * | name |
int | index |
int | walkable |
int | hitpoints |
int | damage |
Definition at line 80 of file mapedit.h.
Image* tile::img |
Definition at line 81 of file mapedit.h.
Referenced by choose_tile(), load_tiles(), mapdrawing_click(), mapdrawing_mouseup(), mapdrawing_undo(), and view_tiles().
Bitmap* tile::bit |
Definition at line 82 of file mapedit.h.
Referenced by choose_tile(), load_tiles(), and mapdrawing_click().
char* tile::name |
Definition at line 83 of file mapedit.h.
Referenced by choose_tile(), init_main_window(), load_tiles(), mapdrawing_click(), and show_propwin().
int tile::index |
Definition at line 84 of file mapedit.h.
Referenced by choose_tile(), init_main_window(), mapdrawing_click(), and mapdrawing_mouseup().
int tile::walkable |
Definition at line 85 of file mapedit.h.
Referenced by init_main_window(), load_tiles(), mapdrawing_click(), mapdrawing_mouseup(), and set_currentimg_props().
int tile::hitpoints |
Definition at line 86 of file mapedit.h.
Referenced by init_main_window(), load_tiles(), mapdrawing_click(), mapdrawing_mouseup(), and set_currentimg_props().
int tile::damage |
Definition at line 87 of file mapedit.h.
Referenced by init_main_window(), load_tiles(), mapdrawing_click(), mapdrawing_mouseup(), and set_currentimg_props().