aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/keybd.h
diff options
context:
space:
mode:
authorStrangerke2011-06-29 00:35:21 +0200
committerStrangerke2011-06-29 00:35:21 +0200
commit290305ad4320a489d6dc98279433e0d3b3a7de40 (patch)
tree789a74aef3deab500f4485833f44e03a917202d1 /engines/cge/keybd.h
parente25f9c71f525a0feba28648a93846d7c9435f6e2 (diff)
downloadscummvm-rg350-290305ad4320a489d6dc98279433e0d3b3a7de40.tar.gz
scummvm-rg350-290305ad4320a489d6dc98279433e0d3b3a7de40.tar.bz2
scummvm-rg350-290305ad4320a489d6dc98279433e0d3b3a7de40.zip
CGE: Cleanup : Start renaming. Add BMPLoad() function
Diffstat (limited to 'engines/cge/keybd.h')
-rw-r--r--engines/cge/keybd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge/keybd.h b/engines/cge/keybd.h
index f2fa595be2..2cdbd558d8 100644
--- a/engines/cge/keybd.h
+++ b/engines/cge/keybd.h
@@ -46,14 +46,14 @@ public:
static void NewKeyboard(...);
static uint16 Code[0x60];
static uint16 Current;
- static SPRITE *Client;
+ static Sprite *Client;
static uint8 Key[0x60];
static uint16 Last(void) {
uint16 cur = Current;
Current = 0;
return cur;
}
- static SPRITE *SetClient(SPRITE *spr);
+ static Sprite *SetClient(Sprite *spr);
KEYBOARD(void);
~KEYBOARD(void);
};