qvolray

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/volray.h	Mon Apr 09 23:43:13 2012 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef VOLRAY_H_
     1.5 +#define VOLRAY_H_
     1.6 +
     1.7 +bool volray_init();
     1.8 +void volray_resize(int xsz, int ysz);
     1.9 +void volray_draw();
    1.10 +
    1.11 +#endif	// VOLRAY_H_