nuclear@12: #ifndef VOLRAY_H_ nuclear@12: #define VOLRAY_H_ nuclear@12: nuclear@13: #include "volume.h" nuclear@13: nuclear@12: bool volray_init(); nuclear@13: void volray_setvolume(const Volume *vol); nuclear@12: void volray_resize(int xsz, int ysz); nuclear@12: void volray_draw(); nuclear@12: nuclear@13: void volray_mouse(int bn, int state, int x, int y); nuclear@13: void volray_motion(int x, int y); nuclear@13: nuclear@12: #endif // VOLRAY_H_