aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-09-03 10:47:16 +0200
committerBendegúz Nagy2016-09-03 10:47:16 +0200
commitcb8fca46c5495d8f27c96ab4aa5b23c16910df0e (patch)
treee5e2f84371607323e1d2aaf9757ba417de1ce28a /engines/dm/dm.h
parentcd3b485952b71244392f594164e60b96a07fb23c (diff)
downloadscummvm-rg350-cb8fca46c5495d8f27c96ab4aa5b23c16910df0e.tar.gz
scummvm-rg350-cb8fca46c5495d8f27c96ab4aa5b23c16910df0e.tar.bz2
scummvm-rg350-cb8fca46c5495d8f27c96ab4aa5b23c16910df0e.zip
DM: Fix include headers
Add DM_ prefix Add missing include guards
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 979301d412..35a1f394c7 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -25,8 +25,8 @@
* maintainer of the Dungeon Master Encyclopaedia (http://dmweb.free.fr/)
*/
-#ifndef DM_H
-#define DM_H
+#ifndef DM_DM_H
+#define DM_DM_H
#include "engines/engine.h"
#include "engines/savestate.h"