dbf-udg

view src/mballs.h @ 9:7056437a361b

added demosys
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 19 Feb 2013 18:17:17 +0200
parents e09cbb2e9d4f
children 1abbed71e9c9
line source
1 #ifndef MBALLS_H_
2 #define MBALLS_H_
4 bool mball_init();
5 void mball_render(float sec);
7 #endif /* MBALLS_H_ */