summaryrefslogtreecommitdiff
path: root/src/effects.h
blob: f3dad62ded4677334d70694a110231392fb5c5db (plain)
1
2
3
4
5
6
7
8
9
#ifndef __EFFECTS_H
#define __EFFECTS_H

#include <common.h>
#include <game.h>

bool CreateEffect(dEn_c* enemy, int effect_num);

#endif