2 * Copyright 2001-2005, Haiku.
3 * Distributed under the terms of the MIT License.
7 * Stefano Ceccherini (burton666@libero.it)
11 #ifndef SCREEN_APPLICATION_H
12 #define SCREEN_APPLICATION_H
15 #include <Application.h>
20 class ScreenApplication
: public BApplication
{
24 virtual void MessageReceived(BMessage
*message
);
25 virtual void AboutRequested();
28 ScreenWindow
*fScreenWindow
;
31 #endif /* SCREEN_APPLICATION_H */