diff options
Diffstat (limited to '')
-rwxr-xr-x | src/meteor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meteor.cpp b/src/meteor.cpp index 5eea95f..219bab3 100755 --- a/src/meteor.cpp +++ b/src/meteor.cpp @@ -4,8 +4,6 @@ #include <sfx.h> #include "boss.h" -extern "C" void *PlaySound(dStageActor_c *, int soundID); - class dMeteor : public dEn_c { int onCreate(); int onDelete(); |