diff options
Diffstat (limited to 'src/XPM.h')
-rw-r--r-- | src/XPM.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ public: int GetWidth() const { return width; } int CountBytes() const; const unsigned char *Pixels() const; + void SetPixel(int x, int y, ColourDesired colour, int alpha=0xff); }; /** |