2 * Copyright (c) 2008-2009, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
6 * Artur Wyszynski <harakash@gmail.com>
10 #include "GradientsApp.h"
13 #include "GradientsWindow.h"
16 GradientsApp::GradientsApp(void)
17 : BApplication("application/x-vnd.Haiku-Gradients")
19 GradientsWindow
* window
= new GradientsWindow();