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