diff options
Diffstat (limited to 'include/shot.h')
| -rw-r--r-- | include/shot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shot.h b/include/shot.h index 526727b..4ec8acf 100644 --- a/include/shot.h +++ b/include/shot.h @@ -47,6 +47,7 @@ extern int isConflictWithListShot(list_t *listShot, int x, int y, int w, int h); extern void eventMoveListShot(list_t *listShot); extern void boundBombBall(shot_t *shot); +extern void transformOnlyLasser(shot_t *shot); extern void destroyShot(shot_t *p); extern void quitShot(); |