textpsys

diff src/effect.h @ 3:b1c8d2784c72

made the timer internal to the effect, fx_draw doesn't take a time value any more
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 20 Aug 2015 06:40:23 +0300
parents 57c6f7b70126
children
line diff
     1.1 --- a/src/effect.h	Thu Aug 20 04:52:30 2015 +0300
     1.2 +++ b/src/effect.h	Thu Aug 20 06:40:23 2015 +0300
     1.3 @@ -1,10 +1,9 @@
     1.4 -#ifndef TBOMB_H_
     1.5 -#define TBOMB_H_
     1.6 +#ifndef EFFECT_H_
     1.7 +#define EFFECT_H_
     1.8  
     1.9  bool fx_init();
    1.10  void fx_cleanup();
    1.11  
    1.12 -void fx_draw(unsigned long msec);
    1.13 -void fx_dbg();
    1.14 +void fx_draw();
    1.15  
    1.16 -#endif	// TBOMB_H_
    1.17 +#endif	// EFFECT_H_