~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/wxWidgets3/include/wx/helphtml.h

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/////////////////////////////////////////////////////////////////////////////
 
2
// Name:        wx/helphtml.h
 
3
// Purpose:     Includes wx/html/helpctrl.h, for wxHtmlHelpController.
 
4
// Author:      Julian Smart
 
5
// Modified by:
 
6
// Created:     2003-05-24
 
7
// Copyright:   (c) Julian Smart
 
8
// Licence:     wxWindows licence
 
9
/////////////////////////////////////////////////////////////////////////////
 
10
 
 
11
#ifndef __WX_HELPHTML_H_
 
12
#define __WX_HELPHTML_H_
 
13
 
 
14
#if wxUSE_WXHTML_HELP
 
15
#include "wx/html/helpctrl.h"
 
16
#endif
 
17
 
 
18
#endif // __WX_HELPHTML_H_
 
19