qvolray

view src/volray.h @ 12:981fef9aa1be

moving to qt
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 09 Apr 2012 23:43:13 +0300
parents
children 17d9dc2edc91
line source
1 #ifndef VOLRAY_H_
2 #define VOLRAY_H_
4 bool volray_init();
5 void volray_resize(int xsz, int ysz);
6 void volray_draw();
8 #endif // VOLRAY_H_