scummvm/engines/toltecs
Tarek Soliman a4798602d7 JANITORIAL: Fix missing whitespace in pointer cast
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)
2012-02-15 10:07:10 -06:00
..
animation.cpp TOLTECS: Fix bugs 2011-11-20 22:43:10 +01:00
animation.h TOLTECS: Reduced header dependencies 2011-11-20 22:43:10 +01:00
detection.cpp TOLTECS: Add detection for Hungarian variant from bug #3440641. 2011-11-25 13:50:48 +00:00
menu.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
menu.h TOLTECS: Fix bugs 2011-11-20 22:43:10 +01:00
microtiles.cpp TOLTECS: Removed two goto statements 2011-12-05 02:31:56 +02:00
microtiles.h TOLTECS: Added ScummVM headers 2011-11-20 22:43:10 +01:00
module.mk TOLTECS: Initial implementation for music 2011-11-20 22:43:12 +01:00
movie.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
movie.h TOLTECS: Fix compilation after sound->audio directory rename. 2011-11-20 22:43:10 +01:00
music.cpp TOLTECS: Save music in saved games 2011-11-24 00:03:01 +02:00
music.h TOLTECS: Save music in saved games 2011-11-24 00:03:01 +02:00
palette.cpp TOLTECS: Change deltaValue to be an int8, as char isn't always signed 2011-11-21 23:08:10 +02:00
palette.h TOLTECS: Change deltaValue to be an int8, as char isn't always signed 2011-11-21 23:08:10 +02:00
render.cpp TOLTECS: Fixed typo in logic 2011-11-20 22:43:12 +01:00
render.h TOLTECS: Reduced header dependencies 2011-11-20 22:43:10 +01:00
resource.cpp TOLTECS: Add finalize() calls to file output code 2011-11-20 22:43:12 +01:00
resource.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
saveload.cpp TOLTECS: Save music in saved games 2011-11-24 00:03:01 +02:00
screen.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
screen.h TOLTECS: silence a couple gcc warnings 2011-11-20 22:43:12 +01:00
script.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
script.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
segmap.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
segmap.h TOLTECS: Reduced header dependencies 2011-11-20 22:43:10 +01:00
sound.cpp TOLTECS: Sync scene sounds when saving/loading 2011-11-21 23:47:47 +02:00
sound.h TOLTECS: Sync scene sounds when saving/loading 2011-11-21 23:47:47 +02:00
sprite.cpp TOLTECS: silence a couple gcc warnings 2011-11-20 22:43:12 +01:00
toltecs.cpp TOLTECS: Save music in saved games 2011-11-24 00:03:01 +02:00
toltecs.h TOLTECS: Save music in saved games 2011-11-24 00:03:01 +02:00