aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/memwatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/memwatch.h')
-rw-r--r--engines/sludge/memwatch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/memwatch.h b/engines/sludge/memwatch.h
index 2325b2ea0d..0fb6f263df 100644
--- a/engines/sludge/memwatch.h
+++ b/engines/sludge/memwatch.h
@@ -22,7 +22,11 @@
#ifndef SLUDGE_MEMWATCH_H
#define SLUDGE_MEMWATCH_H
+namespace Sludge {
+
void adding(void *);
void deleting(void *);
+} // End of namespace Sludge
+
#endif