aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/talk.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/talk.h')
-rw-r--r--engines/sludge/talk.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sludge/talk.h b/engines/sludge/talk.h
index ba9bd7ffda..a0fb1a9b8c 100644
--- a/engines/sludge/talk.h
+++ b/engines/sludge/talk.h
@@ -24,6 +24,8 @@
#include "sprites.h"
+namespace Sludge {
+
struct speechLine {
char *textLine;
speechLine *next;
@@ -49,4 +51,7 @@ void initSpeech();
void saveSpeech(speechStruct *sS, FILE *fp);
bool loadSpeech(speechStruct *sS, FILE *fp);
#endif
+
+} // End of namespace Sludge
+
#endif