summaryrefslogtreecommitdiff
path: root/include/shot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shot.h')
-rw-r--r--include/shot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shot.h b/include/shot.h
index 156a736..526727b 100644
--- a/include/shot.h
+++ b/include/shot.h
@@ -38,6 +38,7 @@ extern bool_t isShotInicialized();
extern void initShot();
extern shot_t* newShot(int x,int y, int px, int py, int gun, int author_id);
extern shot_t* getShotID(list_t *listShot, int id);
+extern void replaceShotID(shot_t *shot, int id);
#ifndef PUBLIC_SERVER
extern void drawShot(shot_t *p);
extern void drawListShot(list_t *listShot);