qvolray

annotate 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
rev   line source
nuclear@12 1 #ifndef VOLRAY_H_
nuclear@12 2 #define VOLRAY_H_
nuclear@12 3
nuclear@12 4 bool volray_init();
nuclear@12 5 void volray_resize(int xsz, int ysz);
nuclear@12 6 void volray_draw();
nuclear@12 7
nuclear@12 8 #endif // VOLRAY_H_