Home
last modified time | relevance | path

Searched refs:pngfile_board_x (Results 1 – 2 of 2) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dglobal.h402 guint16 pngfile_board_x[MAX_ESTATES], pngfile_board_y[MAX_ESTATES]; member
H A Dload.c173 data->pngfile_board_x[ident] = atoi( (gchar*)tmp ); in xmlparse_file_interface()
711 …data->pngfile_board_buf[i] = pixbuf_crop(pixbuf, data->pngfile_board_x[i], data->pngfile_board_y[i… in game_load_pngs()