(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect their actual use, and add "Close Window" tooltip where missing.
/* $Id$ */
#ifndef VIDEO_DEDICATED_H
#define VIDEO_DEDICATED_H
#include "../hal.h"
extern const HalVideoDriver _dedicated_video_driver;
#endif