aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/game.h
diff options
context:
space:
mode:
authorStrangerke2012-06-05 08:39:55 +0200
committerStrangerke2012-06-05 08:39:55 +0200
commit23c95d7014ee9875bb1b55c696d0245d7f114ba8 (patch)
tree460c6cbc7aab5c49609358117faa7da62e5e1454 /engines/tony/game.h
parent93cba6d88049d73b965143130a1f7751e3dc79db (diff)
downloadscummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.gz
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.tar.bz2
scummvm-rg350-23c95d7014ee9875bb1b55c696d0245d7f114ba8.zip
TONY: Some more renaming
Diffstat (limited to 'engines/tony/game.h')
-rw-r--r--engines/tony/game.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/tony/game.h b/engines/tony/game.h
index c920b88ee5..d42a3805c8 100644
--- a/engines/tony/game.h
+++ b/engines/tony/game.h
@@ -42,7 +42,7 @@ namespace Tony {
assert(raw->IsValid()); \
assert((buf16) == NULL); \
(buf16) = new RMGfxSourceBuffer16(false); \
- (buf16)->Init(*raw,raw->Width(),raw->Height()); \
+ (buf16)->init(*raw,raw->Width(),raw->Height()); \
delete raw;
#define INIT_GFX8_FROMRAW(raw, dwRes, buf8) \
@@ -50,7 +50,7 @@ namespace Tony {
assert(raw->IsValid()); \
assert((buf8) == NULL); \
(buf8) = new RMGfxSourceBuffer8RLEByte(); \
- (buf8)->Init(*raw, raw->Width(), raw->Height(), true); \
+ (buf8)->init(*raw, raw->Width(), raw->Height(), true); \
delete raw;
@@ -96,7 +96,7 @@ public:
int Priority();
// Overloading draw method
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
// Sets the current co-ordinates
void SetCoord(const RMPoint &pt) {
@@ -144,7 +144,7 @@ public:
virtual ~RMOptionButton();
bool DoFrame(const RMPoint &mousePos, bool bLeftClick, bool bRightClick);
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
void AddToList(RMGfxTargetBuffer &bigBuf);
bool IsActive() {
return m_bActive;
@@ -173,7 +173,7 @@ public:
virtual ~RMOptionSlide();
bool DoFrame(const RMPoint &mousePos, bool bLeftClick, bool bRightClick);
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
void AddToList(RMGfxTargetBuffer &bigBuf);
int GetValue() {
@@ -273,7 +273,7 @@ public:
// Overloaded methods
virtual int Priority();
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
virtual void RemoveThis(CORO_PARAM, bool &result);
// Polling for the option screen