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// RCS-ID:      $Id: app.h 27408 2004-05-23 20:53:33Z JS $
8// Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
9// Licence:     wxWindows licence
10///////////////////////////////////////////////////////////////////////////////
11
12#ifndef _WX_UNIX_APP_H_
13#define _WX_UNIX_APP_H_
14
15class WXDLLEXPORT wxUniversalApp : public wxApp
16{
17public:
18};
19
20#endif // _WX_UNIX_APP_H_
21
22