fat: Greatly simplify and clean up dosfs_get_file_map().
[haiku.git] / src / preferences / screensaver / Constants.h
blob4e01622fcf6642b5b724f3990153f8792e45d16d
1 #ifndef CONSTANTS_H
2 #define CONSTANTS_H
5 #include <GraphicsDefs.h>
8 const rgb_color kBlack = { 0, 0, 0, 0};
9 const rgb_color kDarkGrey = { 150, 150, 150, 0};
10 const rgb_color kGrey = { 200, 200, 200, 0};
11 const rgb_color kLightBlue = { 200, 200, 255, 0};
12 const rgb_color kLightGreen = { 255, 200, 200, 0};
15 #endif // CONSTANTS_H