qvolray

diff src/demo.h @ 18:3d05c261a2f4

demo metaballs crash & burn
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 11 Apr 2012 06:08:59 +0300
parents
children 70b937008134
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/demo.h	Wed Apr 11 06:08:59 2012 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef DEMO_H_
     1.5 +#define DEMO_H_
     1.6 +
     1.7 +bool init_demo();
     1.8 +void draw_demo();
     1.9 +
    1.10 +
    1.11 +#endif	// DEMO_H_