summaryrefslogtreecommitdiff
path: root/src/effects.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-02-23 21:53:39 -0600
committerColin Noga <Tempus@chronometry.ca>2012-02-23 21:53:39 -0600
commitbc5140686e182ea63ee569ef29fe5a2de9f38578 (patch)
tree0bff0b3544aaf56ec14c7f425415dfab91fbb423 /src/effects.h
parentfc6395da2787175e1daf55771975ac0af9d2bd9e (diff)
downloadkamek-bc5140686e182ea63ee569ef29fe5a2de9f38578.tar.gz
kamek-bc5140686e182ea63ee569ef29fe5a2de9f38578.zip
Shy Guy and some other changes
Diffstat (limited to '')
-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