]> git.saurik.com Git - wxWidgets.git/blame - include/wx/univ/app.h
corrected wxICON for Mac OS (Classic and X)
[wxWidgets.git] / include / wx / univ / app.h
CommitLineData
1e6feb95
VZ
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$
8// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
9// Licence: wxWindows license
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