textpsys

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/effect.h	Wed Aug 19 09:17:20 2015 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef TBOMB_H_
     1.5 +#define TBOMB_H_
     1.6 +
     1.7 +bool fx_init();
     1.8 +void fx_cleanup();
     1.9 +
    1.10 +void fx_draw(unsigned long msec);
    1.11 +void fx_dbg();
    1.12 +
    1.13 +#endif	// TBOMB_H_