aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/tonychar.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/tonychar.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/tonychar.h')
-rw-r--r--engines/tony/tonychar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/tony/tonychar.h b/engines/tony/tonychar.h
index a1c7fc152b..e7b4227fc5 100644
--- a/engines/tony/tonychar.h
+++ b/engines/tony/tonychar.h
@@ -358,11 +358,11 @@ public:
};
public:
- static void InitStatics();
+ static void initStatics();
RMTony();
// Initialise Tony
- void Init(void);
+ void init(void);
// Free all memory
void Close(void);
@@ -371,7 +371,7 @@ public:
void DoFrame(CORO_PARAM, RMGfxTargetBuffer *bigBuf, int curLoc);
// Draw method, which controls chararacter display
- virtual void Draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
+ virtual void draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RMGfxPrimitive *prim);
// Show or hide
void Show(void);