mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
a4798602d7
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) |
||
---|---|---|
.. | ||
actor.cpp | ||
actor.h | ||
background.cpp | ||
background.h | ||
backgroundIncrust.cpp | ||
backgroundIncrust.h | ||
cell.cpp | ||
cell.h | ||
cruise_main.cpp | ||
cruise_main.h | ||
cruise.cpp | ||
cruise.h | ||
ctp.cpp | ||
ctp.h | ||
dataLoader.cpp | ||
dataLoader.h | ||
debugger.cpp | ||
debugger.h | ||
decompiler.cpp | ||
delphine-unpack.cpp | ||
detection.cpp | ||
font.cpp | ||
font.h | ||
function.cpp | ||
function.h | ||
gfxModule.cpp | ||
gfxModule.h | ||
linker.cpp | ||
linker.h | ||
mainDraw.cpp | ||
mainDraw.h | ||
menu.cpp | ||
menu.h | ||
module.mk | ||
mouse.cpp | ||
mouse.h | ||
object.cpp | ||
object.h | ||
overlay.cpp | ||
overlay.h | ||
perso.cpp | ||
perso.h | ||
polys.cpp | ||
polys.h | ||
saveload.cpp | ||
saveload.h | ||
script.cpp | ||
script.h | ||
sound.cpp | ||
sound.h | ||
stack.cpp | ||
stack.h | ||
staticres.cpp | ||
staticres.h | ||
various.cpp | ||
various.h | ||
vars.cpp | ||
vars.h | ||
volume.cpp | ||
volume.h |