summaryrefslogtreecommitdiff
path: root/src/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects.h')
-rw-r--r--src/effects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effects.h b/src/effects.h
index ceda53f..744bef1 100644
--- a/src/effects.h
+++ b/src/effects.h
@@ -12,6 +12,7 @@ Vec* tScale = &(Vec){0.0, 0.0, 0.0};
bool CreateEffect(dEn_c* enemy, int effect_num);
bool CreateEffect(Vec* pos, S16Vec* rot, Vec* scale, int effect_num);
bool CreateEffect(Vec* pos, S16Vec* rot, Vec* scale, int effect_num);
+bool CreateEffect(int effect_num, Vec* pos, int leng);
bool CreateEffect(int effect_num, Vec* pos, S16Vec* rot = 0, Vec* scale = 0);
// Actually will return an EGG::Effect instance