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