aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/statusba.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/statusba.h')
-rw-r--r--engines/sludge/statusba.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/statusba.h b/engines/sludge/statusba.h
index faa164cab6..2f0d30adc1 100644
--- a/engines/sludge/statusba.h
+++ b/engines/sludge/statusba.h
@@ -22,6 +22,8 @@
#ifndef SLUDGE_STATUSBA_H
#define SLUDGE_STATUSBA_H
+namespace Sludge {
+
struct statusBar {
char *text;
statusBar *next;
@@ -59,4 +61,6 @@ void saveStatusBars(FILE *fp);
void restoreBarStuff(statusStuff *here);
statusStuff *copyStatusBarStuff(statusStuff *here);
+} // End of namespace Sludge
+
#endif