]>
Commit | Line | Data |
---|---|---|
0e7bcd61 | 1 | ///////////////////////////////////////////////////////////////////////////// |
80fdcdb9 | 2 | // Name: wx/helphtml.h |
0e7bcd61 JS |
3 | // Purpose: Includes wx/html/helpctrl.h, for wxHtmlHelpController. |
4 | // Author: Julian Smart | |
5 | // Modified by: | |
6 | // Created: 2003-05-24 | |
0e7bcd61 | 7 | // Copyright: (c) Julian Smart |
65571936 | 8 | // Licence: wxWindows licence |
0e7bcd61 | 9 | ///////////////////////////////////////////////////////////////////////////// |
c801d85f | 10 | |
0e7bcd61 JS |
11 | #ifndef __WX_HELPHTML_H_ |
12 | #define __WX_HELPHTML_H_ | |
c801d85f | 13 | |
0e7bcd61 JS |
14 | #if wxUSE_WXHTML_HELP |
15 | #include "wx/html/helpctrl.h" | |
c801d85f | 16 | #endif |
0e7bcd61 JS |
17 | |
18 | #endif // __WX_HELPHTML_H_ | |
19 |