/****************************************************************************/ /* This module is all original code */ /* by TakaC Hasegawa (tak@bioele.nuee.nagoya-u.ac.jp */ /* Copyright 1996, TakaC Hasegawa */ /* You may use this code for any purpose, as long as the original */ /* copyright remains in the source code and all documentation */ /****************************************************************************/ #ifndef _BALLOON_ #define _BALLOON_ extern void BalloonHelp( void ); #endif /* _BALLOON_ */