mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 15:48:48 +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) |
||
---|---|---|
.. | ||
console.cpp | ||
console.h | ||
database.cpp | ||
database.h | ||
detection.cpp | ||
graphics.cpp | ||
graphics.h | ||
made.cpp | ||
made.h | ||
module.mk | ||
music.cpp | ||
music.h | ||
pmvplayer.cpp | ||
pmvplayer.h | ||
redreader.cpp | ||
redreader.h | ||
resource.cpp | ||
resource.h | ||
screen.cpp | ||
screen.h | ||
screenfx.cpp | ||
screenfx.h | ||
script.cpp | ||
script.h | ||
scriptfuncs.cpp | ||
scriptfuncs.h | ||
sound.cpp | ||
sound.h |