mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-08 17:44:15 +00:00
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);
|