aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dialog.h')
-rw-r--r--engines/dm/dialog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/dm/dialog.h b/engines/dm/dialog.h
index bf6618a264..c736f35b63 100644
--- a/engines/dm/dialog.h
+++ b/engines/dm/dialog.h
@@ -25,6 +25,9 @@
* maintainer of the Dungeon Master Encyclopaedia (http://dmweb.free.fr/)
*/
+#ifndef DM_DIALOG_H
+#define DM_DIALOG_H
+
#include "dm/dm.h"
namespace DM {
@@ -54,3 +57,5 @@ public:
};
}
+
+#endif