/* * Copyright (c) 2008-2009, Haiku, Inc. * Distributed under the terms of the MIT license. * * Authors: * Artur Wyszynski <harakash@gmail.com> */ #include <Application.h> class GradientsApp : public BApplication { public: GradientsApp(void); };