diff options
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r-- | engines/simon/simon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h index bb7ab1b0b6..9dbec5c5ca 100644 --- a/engines/simon/simon.h +++ b/engines/simon/simon.h @@ -814,9 +814,9 @@ protected: void dx_copy_rgn_from_3_to_2(uint b, uint r, uint y, uint x); - byte *dx_lock_2(); - byte *dx_lock_attached(); - byte *dx_lock_scaled(); + byte *getBackBuf(); + byte *getFrontBuf(); + byte *getScaleBuf(); byte *read_vga_from_datfile_2(uint id, uint type); |