///////////////////////////////////////////////////////////////////////////// // Name: wxhtml.h // Purpose: wxHTML library for wxWindows // Author: Vaclav Slavik // RCS-ID: $Id$ // Copyright: (c) 1999 Vaclav Slavik // Licence: wxWindows Licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_HTML_H_ #define _WX_HTML_H_ #ifdef __GNUG__ #pragma interface #endif #include #include #include #include #include #include #include #include #endif // __WXHTML_H__