From f8181cc353626d87ddf340d10846770da6622d1b Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Wed, 12 Oct 2011 21:38:04 -0500 Subject: Updated some effects info --- src/effects.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/effects.h') diff --git a/src/effects.h b/src/effects.h index f3dad62..ea4ba2a 100644 --- a/src/effects.h +++ b/src/effects.h @@ -5,5 +5,10 @@ #include bool CreateEffect(dEn_c* enemy, int effect_num); +bool CreateEffect(Vec* pos, S16Vec* rot, Vec* scale, int effect_num); +bool CreateEffect(const char* name, Vec* pos); + +// Actually will return an EGG::Effect instance +//void* CustomEffectSpawn(const char* name); #endif -- cgit v1.2.3