hedgewars/uFLData.pas
branchqmlfrontend
changeset 10448 4cb727e029fa
parent 10438 50ed968e4fee
--- a/hedgewars/uFLData.pas	Fri Oct 31 00:36:08 2014 +0300
+++ b/hedgewars/uFLData.pas	Sat Nov 01 00:23:22 2014 +0300
@@ -5,6 +5,17 @@
 procedure freeThemesList(list: PPChar); cdecl;
 function getThemeIcon(themeName: PChar; buffer: PChar; buflen: Longword): Longword; cdecl;
 
+const colorsSet: array[0..8] of shortstring = (
+                                               '16712196'
+                                               , '4817089'
+                                               , '1959610'
+                                               , '11878895'
+                                               , '10526880'
+                                               , '2146048'
+                                               , '16681742'
+                                               , '6239749'
+                                               , '16776961');
+
 implementation
 uses uPhysFSLayer;