Added some utility classes which will make finishing work on DisplayDriver much easier and cleaner

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8854 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2004-09-05 00:48:23 +00:00
parent 3713534518
commit e09bff9bf3
4 changed files with 302 additions and 1 deletions
+1 -1
View File
@@ -31,6 +31,6 @@
#include <GraphicsDefs.h>
void GenerateSystemPalette(rgb_color *palette);
extern rgb_color system_palette[];
extern const rgb_color system_palette[];
#endif