diff options
author | Bertrand Augereau | 2011-07-20 21:41:52 +0200 |
---|---|---|
committer | Bertrand Augereau | 2011-07-23 18:23:39 +0200 |
commit | 183515787d6968c618c6209478c3b009a8ea9f87 (patch) | |
tree | 9d116cf589bf5db62a6b9d331cf0933557ad6a1b /engines/dreamweb/stubs.h | |
parent | ac29c2a64db12be6c38d76b763a4503bd1296eb3 (diff) | |
download | scummvm-rg350-183515787d6968c618c6209478c3b009a8ea9f87.tar.gz scummvm-rg350-183515787d6968c618c6209478c3b009a8ea9f87.tar.bz2 scummvm-rg350-183515787d6968c618c6209478c3b009a8ea9f87.zip |
DREAMWEB: Fix code formatting
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r-- | engines/dreamweb/stubs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h index 9ba4fdf692..3f1a2a6210 100644 --- a/engines/dreamweb/stubs.h +++ b/engines/dreamweb/stubs.h @@ -22,10 +22,10 @@ void multidump(); void multidump(uint16 x, uint16 y, uint8 width, uint8 height); - void frameoutv(uint8* dst, const uint8* src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); - void frameoutnm(uint8* dst, const uint8* src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); - void frameoutbh(uint8* dst, const uint8* src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); - void frameoutfx(uint8* dst, const uint8* src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); + void frameoutv(uint8 *dst, const uint8 *src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); + void frameoutnm(uint8 *dst, const uint8 *src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); + void frameoutbh(uint8 *dst, const uint8 *src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); + void frameoutfx(uint8 *dst, const uint8 *src, uint16 pitch, uint16 width, uint16 height, uint16 x, uint16 y); void worktoscreen(); void multiget(); void convertkey(); |