diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cursorman.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/cursorman.h b/graphics/cursorman.h index 68f27b18f5..d4ec940b60 100644 --- a/graphics/cursorman.h +++ b/graphics/cursorman.h @@ -207,6 +207,8 @@ private: bool _disabled; + Palette() : _data(0), _start(0), _num(0), _size(0), _disabled(false) {} + Palette(const byte *colors, uint start, uint num); ~Palette(); }; |