diff options
author | Eugene Sandulenko | 2015-11-23 20:06:53 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2015-12-23 21:33:43 +0100 |
commit | 06c2e60cf050c8be47043c792c3a5b39fc3ac899 (patch) | |
tree | 48258e2213821f214280ab0870fab1266dd42955 /engines/lab/vga.h | |
parent | f56f2effb419533b7652d7a2152b832e29ebea09 (diff) | |
download | scummvm-rg350-06c2e60cf050c8be47043c792c3a5b39fc3ac899.tar.gz scummvm-rg350-06c2e60cf050c8be47043c792c3a5b39fc3ac899.tar.bz2 scummvm-rg350-06c2e60cf050c8be47043c792c3a5b39fc3ac899.zip |
LAB: Further renaming of vga code
Diffstat (limited to 'engines/lab/vga.h')
-rw-r--r-- | engines/lab/vga.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/lab/vga.h b/engines/lab/vga.h index aa5a26cda2..ade6a2ac79 100644 --- a/engines/lab/vga.h +++ b/engines/lab/vga.h @@ -64,7 +64,6 @@ void drawVLine(uint16 x1, uint16 y, uint16 x2); void rectFill(uint16 x1, uint16 y1, uint16 x2, uint16 y2); void ghoastRect(uint16 pencolor, uint16 x1, uint16 y1, uint16 x2, uint16 y2); void WSDL_UpdateScreen(); -void WSDL_IgnoreUpdateDisplay(int state); void WSDL_GetMousePos(int *x, int *y); uint16 WSDL_GetNextChar(); bool WSDL_HasNextChar(); |