|
From: Yoda-JM <yo...@us...> - 2009-09-06 21:39:39
|
Module: performous Branch: master Commit: 56e41355fe512c48d3599aec42c91c6319028622 Author: Vincent Le Ligeour <yo...@us...> Date: Sun Sep 6 23:36:24 2009 +0200 Cleaned up headers --- game/audio.hh | 8 +++----- game/color.cc | 1 + game/color.hh | 5 ----- game/configuration.cc | 5 ++++- game/configuration.hh | 7 ------- game/dialog.hh | 7 +------ game/engine.hh | 9 +-------- game/ffmpeg.hh | 4 ---- game/guitargraph.cc | 2 ++ game/guitargraph.hh | 8 +++++--- game/highscore.hh | 2 -- game/joystick.hh | 8 +++++++- game/layout_singer.cc | 8 ++++++++ game/layout_singer.hh | 3 ++- game/main.cc | 2 ++ game/midifile.hh | 1 - game/notegraph.cc | 2 ++ game/notegraph.hh | 4 ++-- game/opengl_text.hh | 5 ----- game/pitch.hh | 10 ++-------- game/player.hh | 4 +--- game/players.cc | 1 + game/players.hh | 2 +- game/record.hh | 2 ++ game/screen.hh | 7 ------- game/screen_configuration.cc | 1 + game/screen_configuration.hh | 4 +--- game/screen_highscore.cc | 4 ++++ game/screen_highscore.hh | 2 +- game/screen_intro.cc | 2 ++ game/screen_intro.hh | 8 +++----- game/screen_players.cc | 4 ++++ game/screen_players.hh | 4 ++-- game/screen_practice.cc | 2 ++ game/screen_practice.hh | 9 ++++----- game/screen_sing.cc | 1 + game/screen_sing.hh | 5 ++++- game/screen_songs.cc | 2 ++ game/screen_songs.hh | 10 ++-------- game/singleton.hh | 4 ---- game/song.cc | 2 ++ game/song.hh | 1 + game/songparser-ini.cc | 1 + game/songparser-txt.cc | 3 +++ game/songparser.hh | 3 --- game/songs.cc | 1 + game/songs.hh | 2 +- game/surface.cc | 3 +++ game/surface.hh | 3 --- game/unicode.hh | 2 ++ game/video_driver.cc | 2 +- game/video_driver.hh | 4 ---- game/xtime.hh | 5 ----- libs/libda/include/libda/mixer.hpp | 3 ++- 54 files changed, 97 insertions(+), 117 deletions(-) |