From e5120505b21ff38dc25efcad129a440bbfa9996d Mon Sep 17 00:00:00 2001 From: oroborus Date: Wed, 28 May 2008 19:25:15 +0000 Subject: - zrychlenie hry, bez toho aby sa menila rychlost hlavneho casovaca - oprava chyby v ID managery - ID manager spravuje ID-y pre vsetky objekty git-svn-id: http://opensvn.csie.org/tuxanci_ng@55 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- include/shot.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/shot.h') 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(); -- cgit v1.2.3