]> git.saurik.com Git - wxWidgets.git/blame - include/wx/wxhtml.h
corrected comment
[wxWidgets.git] / include / wx / wxhtml.h
CommitLineData
5526e819
VS
1/////////////////////////////////////////////////////////////////////////////
2// Name: wxhtml.h
3// Purpose: wxHTML library for wxWindows
4// Author: Vaclav Slavik
69941f05 5// RCS-ID: $Id$
5526e819
VS
6// Copyright: (c) 1999 Vaclav Slavik
7// Licence: wxWindows Licence
8/////////////////////////////////////////////////////////////////////////////
9
69941f05
VS
10#ifndef _WX_HTML_H_
11#define _WX_HTML_H_
5526e819
VS
12
13#ifdef __GNUG__
14#pragma interface
15#endif
16
17
5526e819
VS
18#include <wx/html/htmldefs.h>
19#include <wx/html/htmltag.h>
20#include <wx/html/htmlcell.h>
69941f05 21#include <wx/html/htmlpars.h>
5526e819 22#include <wx/html/htmlwin.h>
69941f05 23#include <wx/html/winpars.h>
5526e819 24#include <wx/filesys.h>
46c6b9c0 25#include <wx/html/helpctrl.h>
5526e819
VS
26
27#endif // __WXHTML_H__