xref: /haiku/headers/private/interface/DefaultColors.h (revision 3369e03d5cde9709c8aa70c99bfe6ce24ba65bf9)
1 /*
2  * Copyright 2006, Haiku, Inc.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _DEFAULT_COLORS_H
6 #define _DEFAULT_COLORS_H
7 
8 
9 #include <GraphicsDefs.h>
10 
11 
12 namespace BPrivate {
13 
14 extern const rgb_color* kDefaultColors;
15 
16 }	// namespace BPrivate
17 
18 #endif // _DEFAULT_COLORS_H
19