textpsys

view src/tbomb.h @ 0:a4ffd9e6984c

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 19 Aug 2015 09:13:48 +0300
parents
children
line source
1 #ifndef TBOMB_H_
2 #define TBOMB_H_
4 bool tbomb_init();
5 void tbomb_cleanup();
7 void tbomb_draw(unsigned long msec);
8 void tbomb_dbg();
10 #endif // TBOMB_H_