2003-06-14 19:48:14 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: helphtml.h
|
|
|
|
// Purpose: Includes wx/html/helpctrl.h, for wxHtmlHelpController.
|
|
|
|
// Author: Julian Smart
|
|
|
|
// Modified by:
|
|
|
|
// Created: 2003-05-24
|
|
|
|
// RCS-ID: $Id$
|
|
|
|
// Copyright: (c) Julian Smart
|
2004-05-23 20:53:33 +00:00
|
|
|
// Licence: wxWindows licence
|
2003-06-14 19:48:14 +00:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2003-06-14 19:48:14 +00:00
|
|
|
#ifndef __WX_HELPHTML_H_
|
|
|
|
#define __WX_HELPHTML_H_
|
1998-05-20 14:01:55 +00:00
|
|
|
|
2003-06-14 19:48:14 +00:00
|
|
|
#if wxUSE_WXHTML_HELP
|
|
|
|
#include "wx/html/helpctrl.h"
|
1998-05-20 14:01:55 +00:00
|
|
|
#endif
|
2003-06-14 19:48:14 +00:00
|
|
|
|
|
|
|
#endif // __WX_HELPHTML_H_
|
|
|
|
|