textpsys

annotate 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
rev   line source
nuclear@3 1 #ifndef EFFECT_H_
nuclear@3 2 #define EFFECT_H_
nuclear@0 3
nuclear@1 4 bool fx_init();
nuclear@1 5 void fx_cleanup();
nuclear@0 6
nuclear@3 7 void fx_draw();
nuclear@0 8
nuclear@3 9 #endif // EFFECT_H_