479.1.2
by Matthew Fuller
Break out XPM functions into image_xpm. Start laying a little |
1 |
/*
|
2 |
* XPM image handling function bits
|
|
3 |
*/
|
|
484
by Matthew Fuller
Consistently rename all the include guards so they match the filename, |
4 |
#ifndef _CTWM_IMAGE_XPM_H
|
5 |
#define _CTWM_IMAGE_XPM_H
|
|
479.1.2
by Matthew Fuller
Break out XPM functions into image_xpm. Start laying a little |
6 |
|
480.1.17
by Matthew Fuller
const-ify all these image names we pass through this process. |
7 |
Image *GetXpmImage(const char *name, ColorPair cp); |
479.1.2
by Matthew Fuller
Break out XPM functions into image_xpm. Start laying a little |
8 |
|
484
by Matthew Fuller
Consistently rename all the include guards so they match the filename, |
9 |
#endif /* _CTWM_IMAGE_XPM_H */ |