1/*
2 * Copyright (c) 2008-2009, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
4 *
5 * Authors:
6 *		Artur Wyszynski <harakash@gmail.com>
7 */
8
9
10#include <Application.h>
11
12
13class GradientsApp : public BApplication {
14public:
15							GradientsApp(void);
16};
17