2 * Copyright (c) 2005-2010, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * DarkWyrm <darkwyrm@gmail.com>
11 #include <Application.h>
12 #include <FilePanel.h>
19 class App
: public BApplication
24 void MessageReceived(BMessage
*msg
);
25 void ArgvReceived(int32 argc
, char** argv
);
26 void RefsReceived(BMessage
*msg
);
27 void ReadyToRun(void);
30 BFilePanel
*fOpenPanel
;