2 * Copyright 2010, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef BOOT_PROMPT_APP_H
6 #define BOOT_PROMPT_APP_H
8 #include <Application.h>
12 MSG_BOOT_DESKTOP
= 'dktp',
13 MSG_RUN_INSTALLER
= 'inst'
16 extern const char* kAppSignature
;
19 class BootPromptApp
: public BApplication
{
23 virtual void MessageReceived(BMessage
* message
);
24 virtual void ReadyToRun();
27 #endif // BOOT_PROMPT_APP_H