aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/mpc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/hdb/mpc.h b/engines/hdb/mpc.h
index d8a0a4cb05..6b8f19dd68 100644
--- a/engines/hdb/mpc.h
+++ b/engines/hdb/mpc.h
@@ -23,7 +23,7 @@
#ifndef HDB_MPC_H
#define HDB_MPC_H
-#endif // !HDB_MPC_H
+namespace HDB {
#define TILE_TELEPORT1 "anim_t32_teleporter1"
#define TILE_TOUCHPLATE_OFF "t32_touchplateoff"
@@ -921,4 +921,6 @@ enum IconList {
ICON_WAYPOINT_2
};
+} // End of Namespace
+#endif // !HDB_MPC_H