3 * The PatchBay application class.
5 * Copyright 2013, Haiku, Inc. All rights reserved.
6 * Distributed under the terms of the MIT License.
8 * Revisions by Pete Goodeve
10 * Copyright 1999, Be Incorporated. All Rights Reserved.
11 * This file may be used under the terms of the Be Sample Code License.
16 #include <Application.h>
18 class PatchApp
: public BApplication
23 void MessageReceived(BMessage
* msg
);
26 #endif /* PATCHAPP_H */