aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/stringy.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/stringy.h')
-rw-r--r--engines/sludge/stringy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/stringy.h b/engines/sludge/stringy.h
index 2306567699..7c6f9ed492 100644
--- a/engines/sludge/stringy.h
+++ b/engines/sludge/stringy.h
@@ -22,7 +22,11 @@
#ifndef SLUDGE_STRINGY_H
#define SLUDGE_STRINGY_H
+namespace Sludge {
+
char *copyString(const char *copyMe);
char *joinStrings(const char *s1, const char *s2);
+} // End of namespace Sludge
+
#endif