31 lines
1.3 KiB
C
31 lines
1.3 KiB
C
/***************************************************************************
|
|
balls.h - description
|
|
-------------------
|
|
begin : Sun Sep 9 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. *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
/*
|
|
====================================================================
|
|
Show/hide all balls
|
|
====================================================================
|
|
*/
|
|
void balls_hide();
|
|
void balls_show_shadow();
|
|
void balls_show();
|
|
void balls_alphashow( int alpha );
|
|
|
|
/* update energy ball animation */
|
|
void client_balls_update( int ms );
|
|
|