X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=tools%2Fdunger%2Fsrc%2Flview.h;h=07d3c5775511b71b0f3c79f67990f94c66827e85;hb=d2306fabd6ad4a568174fe0f17dec0b24c202eac;hp=0788b71cfcc6cb0a0a62e56bf1b0fbd59b4b09cb;hpb=576f9aa6409354c392d2ff661d61dbf6d967a8f8;p=vrlugburz diff --git a/tools/dunger/src/lview.h b/tools/dunger/src/lview.h index 0788b71..07d3c57 100644 --- a/tools/dunger/src/lview.h +++ b/tools/dunger/src/lview.h @@ -11,6 +11,7 @@ void lview_viewport(int x, int y, int xsz, int ysz); void pan_lview(float dx, float dy); void zoom_lview(float dz); +void lview_mbutton(int bn, int press, int x, int y); void lview_mouse(int x, int y); void draw_lview(void);