forked from mirrors/0ad
3d26549032
This was SVN commit r3802.
3 lines
128 B
C
3 lines
128 B
C
unsigned char* GenerateImage(int width, int height);
|
|
unsigned char* GreyscaleToRGB(int width, int height, unsigned char* grey);
|