glviewvol

view src/xfer_view.h @ 5:5417c25cb238

moving to a simpler transfer function
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 29 Dec 2014 15:59:55 +0200
parents
children f22be47a3572
line source
1 #ifndef XFER_VIEW_H_
2 #define XFER_VIEW_H_
4 #include "renderer.h"
6 bool xfview_init(Renderer *rend);
7 void xfview_destroy();
9 void xfview_draw();
11 void xfview_button(int bn, int press, int x, int y);
12 void xfview_motion(int x, int y);
14 #endif // XFER_VIEW_H_