mirror of https://github.com/PCSX2/pcsx2.git
18 lines
485 B
C
18 lines
485 B
C
/////////////////////////////////////////////////////////////////////////////
|
|
// Name: wx/textdlg.h
|
|
// Purpose: wxTextEntryDialog class
|
|
// Author: Julian Smart
|
|
// Modified by:
|
|
// Created: 01/02/97
|
|
// Copyright: (c) Julian Smart
|
|
// Licence: wxWindows licence
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef _WX_TEXTDLG_H_BASE_
|
|
#define _WX_TEXTDLG_H_BASE_
|
|
|
|
#include "wx/generic/textdlgg.h"
|
|
|
|
#endif // _WX_TEXTDLG_H_BASE_
|
|
|