]> git.saurik.com Git - wxWidgets.git/blame - include/wx/univ/app.h
wxDialogBase only has one ctor, so just do initialization in ctor instead of Init()
[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
442b35b5 7// Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
65571936 8// Licence: wxWindows licence
1e6feb95
VZ
9///////////////////////////////////////////////////////////////////////////////
10
11#ifndef _WX_UNIX_APP_H_
12#define _WX_UNIX_APP_H_
13
53a2db12 14class WXDLLIMPEXP_CORE wxUniversalApp : public wxApp
1e6feb95
VZ
15{
16public:
17};
18
19#endif // _WX_UNIX_APP_H_
20