GOB: Hook up the PE cursors to v7 loadCursor

Addy Junior / Adibou2 now shows proper cursors.
Thanks to clone2727 for the constant nagging. :P
This commit is contained in:
Sven Hesse 2012-05-29 14:16:31 +02:00
parent e35e4a1f68
commit aa7c44a070
8 changed files with 182 additions and 31 deletions

View file

@ -122,6 +122,7 @@ private:
class Surface {
public:
Surface(uint16 width, uint16 height, uint8 bpp, byte *vidMem = 0);
Surface(uint16 width, uint16 height, uint8 bpp, const byte *vidMem);
~Surface();
uint16 getWidth () const;