mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
This commit is contained in:
parent
de070bf485
commit
a90b5cf37a
1998 changed files with 1034301 additions and 0 deletions
21
wxWidgets/include/wx/univ/app.h
Normal file
21
wxWidgets/include/wx/univ/app.h
Normal file
|
@ -0,0 +1,21 @@
|
|||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/univ/app.h
|
||||
// Purpose: wxUniversalApp class extends wxApp for wxUniv port
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 06.08.00
|
||||
// RCS-ID: $Id: app.h 27408 2004-05-23 20:53:33Z JS $
|
||||
// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
|
||||
// Licence: wxWindows licence
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_UNIX_APP_H_
|
||||
#define _WX_UNIX_APP_H_
|
||||
|
||||
class WXDLLEXPORT wxUniversalApp : public wxApp
|
||||
{
|
||||
public:
|
||||
};
|
||||
|
||||
#endif // _WX_UNIX_APP_H_
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue