dbf-udg

view src/mballs.h @ 5:e09cbb2e9d4f

metaballs
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Feb 2013 03:46:52 +0200
parents
children 7056437a361b
line source
1 #ifndef MBALLS_H_
2 #define MBALLS_H_
4 bool mball_init();
5 void mball_render();
7 #endif /* MBALLS_H_ */