X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=vrlugburz;a=blobdiff_plain;f=tools%2Fdunger%2Fsrc%2Flview.h;fp=tools%2Fdunger%2Fsrc%2Flview.h;h=408b4100df4c1aa235b7063b9463fa43fd92d7e5;hp=07d3c5775511b71b0f3c79f67990f94c66827e85;hb=8de1d701e4e9a45e7ed69ccf1fc298514fed5d8f;hpb=76c3689b01d18e5949e91d0658deb278714f882b 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_ */