view src/mkpalette.h @ 33:a68786b9c74b

Oops, used indent with tabs enabled. Remove tabs.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 15:59:33 +0300
parents 8eaf72e2041b
children
line wrap: on
line source

/*
 *        mkpalette.h
 *        Make palette files from lump PLAYPAL
 *        AYM 1998-12-29
 */


int make_gimp_palette(int playpalnum, const char *filename);
int make_palette_ppm(int playpalnum, const char *filename);
int make_palette_ppm_2(int playpalnum, const char *filename);