Home
last modified time | relevance | path

Searched refs:pngfile_vert_house_height (Results 1 – 4 of 4) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dglobal.h445 guint16 pngfile_vert_house_width[MAX_HOUSES], pngfile_vert_house_height[MAX_HOUSES]; member
H A Dload.c433 data->pngfile_vert_house_height[ident] = atoi( (gchar*)tmp ); in xmlparse_file_interface()
824 …a->pngfile_vert_house_y[i], data->pngfile_vert_house_width[i], data->pngfile_vert_house_height[i]); in game_load_pngs()
H A Dxmlparse.c538 eng_pic_set_height(pic, data->pngfile_vert_house_height[t]); in xmlparse_estateupdate()
H A Dinterface.c713 eng_pic_set_height(pic, data->pngfile_vert_house_height[ houses ]); in interface_create_gameboardpage()