mlvwm/mlvwm/balloon.h

13 lines
646 B
C

/****************************************************************************/
/* This module is all original code */
/* by TakaC Hasegawa (tac.hasegawa@gmail.com) */
/* 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_ */