1
0
forked from 0ad/0ad
0ad/source/tools/fontbuilder/imagemanip.h
Ykkrosh b65d35ea2e Font builder code
This was SVN commit r527.
2004-06-17 19:32:04 +00:00

5 lines
189 B
C
Executable File

// $Id: imagemanip.h,v 1.1 2004/06/17 19:32:04 philip Exp $
unsigned char* GenerateImage(int width, int height);
unsigned char* GreyscaleToRGB(int width, int height, unsigned char* grey);