dbf-udg

annotate src/mballs.h @ 6:57ea4988a9f2

added code to dump the ditherblock image
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 18 Feb 2013 04:41:26 +0200
parents
children 7056437a361b
rev   line source
nuclear@5 1 #ifndef MBALLS_H_
nuclear@5 2 #define MBALLS_H_
nuclear@5 3
nuclear@5 4 bool mball_init();
nuclear@5 5 void mball_render();
nuclear@5 6
nuclear@5 7 #endif /* MBALLS_H_ */