aboutsummaryrefslogtreecommitdiff
path: root/scumm/logic_he.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/logic_he.h')
-rw-r--r--scumm/logic_he.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/scumm/logic_he.h b/scumm/logic_he.h
index 8d41c4aaeb..a51f7d1c5a 100644
--- a/scumm/logic_he.h
+++ b/scumm/logic_he.h
@@ -19,6 +19,9 @@
*
*/
+#if !defined(LOGIC_HE_H) && !defined(DISABLE_HE)
+#define LOGIC_HE_H
+
#include "stdafx.h"
#include "scumm/intern.h"
@@ -105,3 +108,5 @@ private:
};
} // End of namespace Scumm
+
+#endif