diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-27 23:43:24 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-29 19:45:53 +0200 |
commit | 3cca6548aefcfe0751ab7b4d70ac71ace486e12e (patch) | |
tree | d4cc812676bc6f31ed5f1da6fd99fe0410abf9cd /src/game.cpp | |
parent | 9c99cee38effd341889267c8cda6c964af561aa1 (diff) | |
download | mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.gz mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.bz2 mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.tar.xz mana-3cca6548aefcfe0751ab7b4d70ac71ace486e12e.zip |
Removed underscores from some non-conforming filenames
We don't use underscores in the filenames generally, and let's be
consistent on that matter.
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/game.cpp b/src/game.cpp index 47d3b99c..1ccc46e7 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -37,13 +37,13 @@ #include "map.h" #include "npc.h" #include "particle.h" -#include "player_relations.h" +#include "playerrelations.h" #include "gui/widgets/chattab.h" #include "gui/buy.h" #include "gui/buysell.h" #include "gui/chat.h" -#include "gui/confirm_dialog.h" +#include "gui/confirmdialog.h" #include "gui/debugwindow.h" #include "gui/emoteshortcutcontainer.h" #include "gui/emotewindow.h" @@ -59,8 +59,8 @@ #include "gui/npcintegerdialog.h" #include "gui/npclistdialog.h" #include "gui/npcstringdialog.h" -#include "gui/npc_text.h" -#include "gui/ok_dialog.h" +#include "gui/npctextdialog.h" +#include "gui/okdialog.h" #include "gui/sdlinput.h" #include "gui/sell.h" #include "gui/setup.h" |