X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=tools%2Fdunger%2Fsrc%2Flview.h;h=408b4100df4c1aa235b7063b9463fa43fd92d7e5;hb=594c18e3671a27624a867071b5bafd08148652b3;hp=07d3c5775511b71b0f3c79f67990f94c66827e85;hpb=d2306fabd6ad4a568174fe0f17dec0b24c202eac;p=vrlugburz diff --git a/tools/dunger/src/lview.h b/tools/dunger/src/lview.h index 07d3c57..408b410 100644 --- a/tools/dunger/src/lview.h +++ b/tools/dunger/src/lview.h @@ -18,5 +18,6 @@ void draw_lview(void); void cell_to_pos(int cx, int cy, float *px, float *py); struct cell *pos_to_cell(float px, float py, int *cx, int *cy); +void cell_coords(struct cell *cell, int *col, int *row); #endif /* LVIEW_H_ */