diff options
Diffstat (limited to 'include/shot.h')
| -rw-r--r-- | include/shot.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/shot.h b/include/shot.h index 22fb2f5..d0460e2 100644 --- a/include/shot.h +++ b/include/shot.h @@ -1,6 +1,8 @@ #ifndef SHOT_H +#define SHOT_H + #include "main.h" #ifndef BUBLIC_SERVER #include "interface.h" @@ -42,6 +44,8 @@ extern void drawListShot(list_t *listShot); extern int isConflictWithListShot(list_t *listShot, int x, int y, int w, int h); extern void eventMoveListShot(list_t *listShot); +extern void transformOnlyLasser(shot_t *shot); + extern void moveShot(shot_t *shot, int position, int src_x, int src_y, int dist_x, int dist_y, int dist_w, int dist_h); |