aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/talk.cpp
diff options
context:
space:
mode:
authoryinsimei2017-06-05 19:10:47 +0200
committerEugene Sandulenko2017-07-13 18:27:45 +0200
commita8ccd053157f18c5d125bb114cdb1e17ac17460a (patch)
treefe4e626ccaf0a6ff4b32e904b019ff33c9840d01 /engines/sludge/talk.cpp
parentc44b4f3128931038215cce7c3d1fa23cfa67c75c (diff)
downloadscummvm-rg350-a8ccd053157f18c5d125bb114cdb1e17ac17460a.tar.gz
scummvm-rg350-a8ccd053157f18c5d125bb114cdb1e17ac17460a.tar.bz2
scummvm-rg350-a8ccd053157f18c5d125bb114cdb1e17ac17460a.zip
SLUDGE: header formatting
Diffstat (limited to 'engines/sludge/talk.cpp')
-rw-r--r--engines/sludge/talk.cpp29
1 files changed, 15 insertions, 14 deletions
diff --git a/engines/sludge/talk.cpp b/engines/sludge/talk.cpp
index 86e2174e0e..59f71aa459 100644
--- a/engines/sludge/talk.cpp
+++ b/engines/sludge/talk.cpp
@@ -19,20 +19,21 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
*/
-#include "allfiles.h"
-#include "backdrop.h"
-#include "sprites.h"
-#include "sludger.h"
-#include "objtypes.h"
-#include "region.h"
-#include "sprbanks.h"
-#include "people.h"
-#include "talk.h"
-#include "sound.h"
-#include "fonttext.h"
-#include "newfatal.h"
-#include "stringy.h"
-#include "moreio.h"
+
+#include "sludge/allfiles.h"
+#include "sludge/backdrop.h"
+#include "sludge/sprites.h"
+#include "sludge/sludger.h"
+#include "sludge/objtypes.h"
+#include "sludge/region.h"
+#include "sludge/sprbanks.h"
+#include "sludge/people.h"
+#include "sludge/talk.h"
+#include "sludge/sound.h"
+#include "sludge/fonttext.h"
+#include "sludge/newfatal.h"
+#include "sludge/stringy.h"
+#include "sludge/moreio.h"
namespace Sludge {