aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/talk.cpp')
-rw-r--r--engines/sludge/talk.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/engines/sludge/talk.cpp b/engines/sludge/talk.cpp
index 2803e2b881..b6bc864fc7 100644
--- a/engines/sludge/talk.cpp
+++ b/engines/sludge/talk.cpp
@@ -20,9 +20,6 @@
*
*/
#include "allfiles.h"
-
-#include <string.h>
-
#include "backdrop.h"
#include "sprites.h"
#include "sludger.h"
@@ -37,6 +34,8 @@
#include "stringy.h"
#include "moreio.h"
+namespace Sludge {
+
extern int fontHeight, cameraX, cameraY, speechMode;
extern float cameraZoom;
speechStruct *speech;
@@ -272,3 +271,5 @@ bool loadSpeech(speechStruct *sS, FILE *fp) {
return true;
}
#endif
+
+} // End of namespace Sludge