glviewvol
annotate src/xfer_view.h @ 6:f22be47a3572
moved to TransferFuncs completely
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 30 Dec 2014 06:22:54 +0200 |
parents | 04330eb80b36 |
children | 773f89037a35 |
rev | line source |
---|---|
nuclear@4 | 1 #ifndef XFER_VIEW_H_ |
nuclear@4 | 2 #define XFER_VIEW_H_ |
nuclear@4 | 3 |
nuclear@6 | 4 #include "xfermap.h" |
nuclear@4 | 5 |
nuclear@6 | 6 bool xfview_init(TransferFunc *xfer); |
nuclear@4 | 7 void xfview_destroy(); |
nuclear@4 | 8 |
nuclear@4 | 9 void xfview_draw(); |
nuclear@4 | 10 |
nuclear@4 | 11 void xfview_button(int bn, int press, int x, int y); |
nuclear@4 | 12 void xfview_motion(int x, int y); |
nuclear@4 | 13 |
nuclear@4 | 14 #endif // XFER_VIEW_H_ |