2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
9 #include <Application.h>
11 #include "TeapotWindow.h"
14 class TeapotApp
: public BApplication
{
16 TeapotApp(const char* sign
);
17 virtual void MessageReceived(BMessage
* msg
);
20 TeapotWindow
* fTeapotWindow
;