textpsys

view src/effect.h @ 1:57c6f7b70126

renamed to textpsys
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 19 Aug 2015 09:17:20 +0300
parents src/tbomb.h@a4ffd9e6984c
children b1c8d2784c72
line source
1 #ifndef TBOMB_H_
2 #define TBOMB_H_
4 bool fx_init();
5 void fx_cleanup();
7 void fx_draw(unsigned long msec);
8 void fx_dbg();
10 #endif // TBOMB_H_