1 ///////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxUniversalApp class extends wxApp for wxUniv port
4 // Author: Vadim Zeitlin
8 // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
9 // Licence: wxWindows licence
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_UNIX_APP_H_
13 #define _WX_UNIX_APP_H_
15 class WXDLLIMPEXP_CORE wxUniversalApp
: public wxApp
20 #endif // _WX_UNIX_APP_H_