summaryrefslogtreecommitdiff
path: root/include/object.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2022-01-24 21:52:22 +0100
committeroctorock <79596758+octorock@users.noreply.github.com>2022-01-24 21:52:22 +0100
commita6657fbd330de38b99646e0513e7c74bc871fac9 (patch)
treebdaeb892ce0ffcf061328150fc4bdbeeffd76746 /include/object.h
parentb7abbfd9272d001f1425cc84f7aaedaaf5d22414 (diff)
Decompile HittableLever
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/object.h b/include/object.h
index 38a3176a..0be01661 100644
--- a/include/object.h
+++ b/include/object.h
@@ -273,7 +273,7 @@ void Object2B(Entity*);
void Beanstalk(Entity*);
void Smoke(Entity*);
void PushableRock(Entity*);
-void HittableLever(Entity*);
+void HittableLever();
void Object30(Entity*);
void FrozenFlower(Entity*);
void PullableMushroom(Entity*);