xref: /haiku/headers/private/interface/DefaultColors.h (revision 4466b89c65970de4c7236ac87faa2bee4589f413)
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