/********************************************/
/*                                          */
/* tooltip.h                                */
/*                                          */
/********************************************/



#ifndef _TOOLTIP_H_
#define _TOOLTIP_H_


#include "x/scolplugin.h"
#include "x/version.h"


extern HWND ToolTip;

int GRToolTip           ( mmachine m ) ; /* tool tip                                           */ 
 

#endif