mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-20 23:33:59 -07:00
4 lines
189 B
C
Executable file
4 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);
|