scummvm/engines/cruise
Tarek Soliman a4798602d7 JANITORIAL: Fix missing whitespace in pointer cast
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g'

This seems to have caught some params as well which is not undesirable IMO.
It also caught some strings containing this which is undesirable so I
excluded them manually. (engines/sci/engine/kernel_tables.h)
2012-02-15 10:07:10 -06:00
..
actor.cpp
actor.h
background.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
background.h
backgroundIncrust.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
backgroundIncrust.h
cell.cpp
cell.h
cruise_main.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
cruise_main.h
cruise.cpp ENGINES: Change 2nd param of Engine::saveGameState to Common::String 2011-06-02 18:31:59 +02:00
cruise.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
ctp.cpp
ctp.h
dataLoader.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
dataLoader.h
debugger.cpp
debugger.h
decompiler.cpp
delphine-unpack.cpp
detection.cpp LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) 2011-11-16 22:38:58 +01:00
font.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
font.h
function.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
function.h
gfxModule.cpp COMMON: Rename Common::set_to to Common::fill. 2011-11-16 18:06:30 +01:00
gfxModule.h
linker.cpp
linker.h
mainDraw.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
mainDraw.h
menu.cpp ENGINES: Change 2nd param of Engine::saveGameState to Common::String 2011-06-02 18:31:59 +02:00
menu.h
module.mk JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
mouse.cpp
mouse.h
object.cpp
object.h
overlay.cpp CRUISE: Fix OOM checks 2011-11-10 23:44:00 +01:00
overlay.h
perso.cpp
perso.h
polys.cpp
polys.h
saveload.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
saveload.h
script.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
script.h
sound.cpp ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
sound.h ALL: Reduce audio/ header dependency 2011-08-06 11:30:42 +01:00
stack.cpp
stack.h
staticres.cpp
staticres.h
various.cpp
various.h
vars.cpp
vars.h
volume.cpp CRUISE: Remove unused variables 2011-11-14 22:21:56 +02:00
volume.h