git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@33945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 lines
519 B
C
19 lines
519 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: helphtml.h
|
|
// Purpose: Includes wx/generic/helphtml.h
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 2003-05-24
|
|
// RCS-ID: $Id$
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_HELPHTML_H_BASE_
|
|
#define _WX_HELPHTML_H_BASE_
|
|
|
|
#include "wx/generic/helphtml.h"
|
|
|
|
#endif
|
|
// _WX_HELPHTML_H_BASE_
|