qvolray

diff src/volray.h @ 18:3d05c261a2f4

demo metaballs crash & burn
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 11 Apr 2012 06:08:59 +0300
parents 17d9dc2edc91
children 4c62be57fc1a
line diff
     1.1 --- a/src/volray.h	Wed Apr 11 01:44:45 2012 +0200
     1.2 +++ b/src/volray.h	Wed Apr 11 06:08:59 2012 +0300
     1.3 @@ -4,7 +4,10 @@
     1.4  #include "volume.h"
     1.5  
     1.6  bool volray_init();
     1.7 -void volray_setvolume(const Volume *vol);
     1.8 +
     1.9 +void volray_setvolume(Volume *vol);
    1.10 +Volume *volray_getvolume();
    1.11 +
    1.12  void volray_resize(int xsz, int ysz);
    1.13  void volray_draw();
    1.14