/* * Copyright 2006, Haiku, Inc. * Distributed under the terms of the MIT License. */ #ifndef _DEFAULT_COLORS_H #define _DEFAULT_COLORS_H #include namespace BPrivate { extern const rgb_color* kDefaultColors; } // namespace BPrivate #endif // _DEFAULT_COLORS_H