From ad199eccf9334c8ee00f52686a0f401b82f402bc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 10 May 2015 16:01:38 +0200 Subject: Use built-in palettes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This increases the binaries’ size, but we don’t have to parse the palette file every time. --- palettes_builtin.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 palettes_builtin.h (limited to 'palettes_builtin.h') diff --git a/palettes_builtin.h b/palettes_builtin.h new file mode 100644 index 0000000..fe50bdb --- /dev/null +++ b/palettes_builtin.h @@ -0,0 +1,19 @@ +/* + Copyright (C) 1992-2009 Spotworks LLC + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ + +extern const palette_collection builtin_palettes; + -- cgit v1.2.3