]> git.saurik.com Git - wxWidgets.git/blob - include/wx/univ/app.h
Add wxDEPRECATED_MSG() and use it in a couple of places.
[wxWidgets.git] / include / wx / univ / app.h
1 ///////////////////////////////////////////////////////////////////////////////
2 // Name: wx/univ/app.h
3 // Purpose: wxUniversalApp class extends wxApp for wxUniv port
4 // Author: Vadim Zeitlin
5 // Modified by:
6 // Created: 06.08.00
7 // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
8 // Licence: wxWindows licence
9 ///////////////////////////////////////////////////////////////////////////////
10
11 #ifndef _WX_UNIX_APP_H_
12 #define _WX_UNIX_APP_H_
13
14 class WXDLLIMPEXP_CORE wxUniversalApp : public wxApp
15 {
16 public:
17 };
18
19 #endif // _WX_UNIX_APP_H_
20