glviewvol

view src/xfer_view.h @ 11:73edd1b7c2da

changed the name to glviewvol
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 31 Dec 2014 07:53:53 +0200
parents 04330eb80b36
children 773f89037a35
line source
1 #ifndef XFER_VIEW_H_
2 #define XFER_VIEW_H_
4 #include "xfermap.h"
6 bool xfview_init(TransferFunc *xfer);
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_