summaryrefslogtreecommitdiff
path: root/include/projectile.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/projectile.h')
-rw-r--r--include/projectile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/projectile.h b/include/projectile.h
index 74b3580a..dd73d433 100644
--- a/include/projectile.h
+++ b/include/projectile.h
@@ -1,7 +1,8 @@
#ifndef PROJECTILE_H
#define PROJECTILE_H
-extern Entity* CreateProjectile(u32);
+Entity* CreateProjectile(u32);
+bool32 IsProjectileOffScreen(Entity*);
void DarkNutSwordSlash(Entity*);
void RockProjectile(Entity*);