19 lines
287 B
C
19 lines
287 B
C
|
/*
|
||
|
* Copyright 2006, Haiku, Inc.
|
||
|
* Distributed under the terms of the MIT License.
|
||
|
*/
|
||
|
#ifndef _DEFAULT_COLORS_H
|
||
|
#define _DEFAULT_COLORS_H
|
||
|
|
||
|
|
||
|
#include <GraphicsDefs.h>
|
||
|
|
||
|
|
||
|
namespace BPrivate {
|
||
|
|
||
|
extern const rgb_color* kDefaultColors;
|
||
|
|
||
|
} // namespace BPrivate
|
||
|
|
||
|
#endif // _DEFAULT_COLORS_H
|