1 ///////////////////////////////////////////////////////////////////////////////
3 // Purpose: wxUniversalApp class extends wxApp for wxUniv port
4 // Author: Vadim Zeitlin
8 // Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
9 // Licence: wxWindows license
10 ///////////////////////////////////////////////////////////////////////////////
12 #ifndef _WX_UNIX_APP_H_
13 #define _WX_UNIX_APP_H_
15 class WXDLLEXPORT wxUniversalApp
: public wxApp
20 #endif // _WX_UNIX_APP_H_