2 * Copyright 2001-2005, Haiku.
3 * Distributed under the terms of the MIT License.
6 * Erik Jaesler (erik@cgsoftware.com)
11 #include <Messenger.h>
19 BApplication(const char* signature
);
20 BApplication(const char* signature
,
22 virtual ~BApplication();
24 status_t
GetAppInfo(app_info
* info
);
29 extern BApplication
* be_app
;
30 extern BMessenger be_app_messenger
;
32 #endif // _APPLICATION_H