mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-30 05:34:00 +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) |
||
---|---|---|
.. | ||
cell.cpp | ||
cell.h | ||
cursor.cpp | ||
cursor.h | ||
debug.cpp | ||
debug.h | ||
detection.cpp | ||
detection.h | ||
font.cpp | ||
font.h | ||
graphics.cpp | ||
graphics.h | ||
groovie.cpp | ||
groovie.h | ||
lzss.cpp | ||
lzss.h | ||
module.mk | ||
music.cpp | ||
music.h | ||
player.cpp | ||
player.h | ||
resource.cpp | ||
resource.h | ||
roq.cpp | ||
roq.h | ||
saveload.cpp | ||
saveload.h | ||
script.cpp | ||
script.h | ||
vdx.cpp | ||
vdx.h |