2 * Copyright 2010 Wim van der Meer <WPJvanderMeer@gmail.com>
3 * Distributed under the terms of the MIT License.
8 #ifndef SCREENSHOT_APP_H
9 #define SCREENSHOT_APP_H
12 #include <Application.h>
19 class ScreenshotApp
: public BApplication
{
24 void MessageReceived(BMessage
* message
);
25 void ArgvReceived(int32 argc
, char** argv
);
35 #endif // SCREENSHOT_APP_H