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) |
||
---|---|---|
.. | ||
2xsai.cpp | ||
aspect.cpp | ||
aspect.h | ||
downscaler.cpp | ||
downscaler.h | ||
downscalerARM.s | ||
hq2x_i386.asm | ||
hq2x.cpp | ||
hq3x_i386.asm | ||
hq3x.cpp | ||
intern.h | ||
Normal2xARM.s | ||
scale2x.cpp | ||
scale2x.h | ||
scale2xARM.s | ||
scale3x.cpp | ||
scale3x.h | ||
scalebit.cpp | ||
scalebit.h | ||
thumbnail_intern.cpp |