repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
apps
/
gradients
/
GradientsApp.h
blob
a9114c04db7c8b96dd95a0ff3fff1e8c2ad35dad
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
13
class
GradientsApp
:
public
BApplication
{
14
public
:
15
GradientsApp
(
void
);
16
};