textpsys

view 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 source
1 #ifndef EFFECT_H_
2 #define EFFECT_H_
4 bool fx_init();
5 void fx_cleanup();
7 void fx_draw();
9 #endif // EFFECT_H_