mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
This commit is contained in:
parent
de070bf485
commit
a90b5cf37a
1998 changed files with 1034301 additions and 0 deletions
23
wxWidgets/include/wx/numdlg.h
Normal file
23
wxWidgets/include/wx/numdlg.h
Normal file
|
@ -0,0 +1,23 @@
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/numdlg.h
|
||||
// Purpose: wxNumberEntryDialog class
|
||||
// Author: John Labenski
|
||||
// Modified by:
|
||||
// Created: 07.02.04 (extracted from wx/textdlg.h)
|
||||
// RCS-ID: $Id: numdlg.h 37157 2006-01-26 15:33:27Z ABX $
|
||||
// Copyright: (c) John Labenski
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_NUMDLGDLG_H_BASE_
|
||||
#define _WX_NUMDLGDLG_H_BASE_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_NUMBERDLG
|
||||
|
||||
#include "wx/generic/numdlgg.h"
|
||||
|
||||
#endif // wxUSE_NUMBERDLG
|
||||
|
||||
#endif // _WX_NUMDLGDLG_H_BASE_
|
Loading…
Add table
Add a link
Reference in a new issue