2 * Copyright 2005, Jérôme DUVAL. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 #ifndef INSTALLER_APP_H
6 #define INSTALLER_APP_H
9 #include <Application.h>
12 #include "EULAWindow.h"
13 #include "InstallerWindow.h"
16 class InstallerApp
: public BApplication
{
20 virtual void MessageReceived(BMessage
* message
);
22 virtual void AboutRequested();
23 virtual void ReadyToRun();
27 EULAWindow
* fEULAWindow
;
30 #endif // INSTALLER_APP_H