aboutsummaryrefslogtreecommitdiff
path: root/src/effect.h
blob: 9c9d654e12198e6760cda7f786c118ae15880b04 (plain)
1
2
3
4
5
6
7
#ifndef _EFFECT_H
#define _EFFECT_H

void effect_out_init(Entity *e);
void effect_out_update(Entity *e);

#endif /* _EFFECT_H */