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:
parent
e35e4a1f68
commit
aa7c44a070
8 changed files with 182 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue