/*************************************************************************** shots.h - description ------------------- begin : Sat Sep 8 2001 copyright : (C) 2001 by Michael Speck email : kulkanie@gmx.net ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /* ==================================================================== Hide and show shots ==================================================================== */ void shots_hide(); void shots_show(); void shots_alphashow( int alpha ); /* update animation of shots */ void client_shots_update( int ms );