mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +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) |
||
---|---|---|
.. | ||
animation.cpp | ||
animation.h | ||
detection.cpp | ||
menu.cpp | ||
menu.h | ||
microtiles.cpp | ||
microtiles.h | ||
module.mk | ||
movie.cpp | ||
movie.h | ||
music.cpp | ||
music.h | ||
palette.cpp | ||
palette.h | ||
render.cpp | ||
render.h | ||
resource.cpp | ||
resource.h | ||
saveload.cpp | ||
screen.cpp | ||
screen.h | ||
script.cpp | ||
script.h | ||
segmap.cpp | ||
segmap.h | ||
sound.cpp | ||
sound.h | ||
sprite.cpp | ||
toltecs.cpp | ||
toltecs.h |