aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/cryolib.h
diff options
context:
space:
mode:
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;