vfs: check userland buffers before reading them.
[haiku.git] / src / apps / gradients / GradientsApp.h
bloba9114c04db7c8b96dd95a0ff3fff1e8c2ad35dad
1 /*
2 * Copyright (c) 2008-2009, Haiku, Inc.
3 * Distributed under the terms of the MIT license.
5 * Authors:
6 * Artur Wyszynski <harakash@gmail.com>
7 */
10 #include <Application.h>
13 class GradientsApp : public BApplication {
14 public:
15 GradientsApp(void);