aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
authorStrangerke2016-12-04 22:07:17 -0800
committerEugene Sandulenko2017-01-25 22:42:12 +0100
commit7bf6e1e85029c40c9de25eaea001ecc7e62878ee (patch)
tree7c6712fdaf7ceb70fa0c1b3e1f0ba86cd769a3c9 /engines/cryo/cryolib.h
parent3b379c1834271f4b98ada9b6d0fb00bc27ff5e2f (diff)
downloadscummvm-rg350-7bf6e1e85029c40c9de25eaea001ecc7e62878ee.tar.gz
scummvm-rg350-7bf6e1e85029c40c9de25eaea001ecc7e62878ee.tar.bz2
scummvm-rg350-7bf6e1e85029c40c9de25eaea001ecc7e62878ee.zip
CRYO: Silent a warning, some renaming
Diffstat (limited to 'engines/cryo/cryolib.h')
-rw-r--r--engines/cryo/cryolib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/cryo/cryolib.h b/engines/cryo/cryolib.h
index bf1d9e2174..7e1ec1a338 100644
--- a/engines/cryo/cryolib.h
+++ b/engines/cryo/cryolib.h
@@ -71,10 +71,10 @@ public:
View(CryoEngine *vm, int w, int h);
~View();
- void CLView_SetSrcZoomValues(int x, int y);
- void CLView_SetDisplayZoomValues(int w, int h);
- void CLView_InitDatas(int w, int h, void *buffer);
- void CLView_CenterIn(View *parent);
+ void setSrcZoomValues(int x, int y);
+ void setDisplayZoomValues(int w, int h);
+ void initDatas(int w, int h, void *buffer);
+ void centerIn(View *parent);
int _width;
int _height;