this doesn't need to be in here as it's now in /reactos
[reactos.git] / rosapps / games / solitaire / cardlib / cardcolor.h
diff --git a/rosapps/games/solitaire/cardlib/cardcolor.h b/rosapps/games/solitaire/cardlib/cardcolor.h
deleted file mode 100644 (file)
index e8a9ff2..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-COLORREF ColorScaleRGB(        const COLORREF Col1, 
-                                               const COLORREF Col2, 
-                                               const double Ratio);
-
-COLORREF ColorScaleHSL(        const COLORREF Col1, 
-                                               const COLORREF Col2, 
-                                               const double Ratio);
-
-
-COLORREF ColorDarker(COLORREF col, double ratio);
-COLORREF ColorLighter(COLORREF col, double ratio);
-
-COLORREF ScaleLumRGB(COLORREF col1, double ratio);
-
-#define MAKE_PALETTERGB(colref) (0x02000000 | colref)