nuclear@4: #ifndef XFER_VIEW_H_ nuclear@4: #define XFER_VIEW_H_ nuclear@4: nuclear@4: #include "renderer.h" nuclear@4: nuclear@4: bool xfview_init(Renderer *rend); nuclear@4: void xfview_destroy(); nuclear@4: nuclear@4: void xfview_draw(); nuclear@4: nuclear@4: void xfview_button(int bn, int press, int x, int y); nuclear@4: void xfview_motion(int x, int y); nuclear@4: nuclear@4: #endif // XFER_VIEW_H_