/* palette.hh * This file is part of ndk library * Copyright (c) 2003,2004 by Stanislav Ievlev * * This file is covered by the GNU Library General Public License, * which should be included with libndk as the file COPYING. */ #ifndef NDK_XX_PALETTE_HH__ #define NDK_XX_PALETTE_HH__ #include #include #include namespace ndk { /** * all possible colors for any NDK application * you can redefine some of them in your application */ namespace colors { enum type { panel, /**< we fill panel with this color */ frame1, /** palette_hash; /**< hash of the colors, key - type of color*/ typedef singleton_holder palette; /**< general palette for NDK engine */ } #endif