mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 16:59:06 +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) |
||
---|---|---|
.. | ||
anim.cpp | ||
anim.h | ||
audio.cpp | ||
audio.h | ||
character.cpp | ||
character.h | ||
console.cpp | ||
console.h | ||
conversation.cpp | ||
conversation.h | ||
detection.cpp | ||
drew.cpp | ||
drew.h | ||
flux.cpp | ||
flux.h | ||
font.cpp | ||
font.h | ||
hotspot.cpp | ||
hotspot.h | ||
module.mk | ||
movie.cpp | ||
movie.h | ||
path.cpp | ||
path.h | ||
picture.cpp | ||
picture.h | ||
resource.cpp | ||
resource.h | ||
script_func.cpp | ||
script_func.h | ||
script.cpp | ||
script.h | ||
state.cpp | ||
state.h | ||
text.cpp | ||
text.h | ||
tools.cpp | ||
tools.h | ||
toon.cpp | ||
toon.h |