aboutsummaryrefslogtreecommitdiff
path: root/scumm/logic_he.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-05-14 23:28:22 +0000
committerEugene Sandulenko2005-05-14 23:28:22 +0000
commit80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd (patch)
tree61a692342f0c6762919d3701811438d77991c5f7 /scumm/logic_he.h
parent3588b96d4fc6c1100a01f21987f34dab9c0e97bf (diff)
downloadscummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.tar.gz
scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.tar.bz2
scummvm-rg350-80ee8188d3d7fdd43c36a47fa68283ee78f9e8dd.zip
Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes.
svn-id: r18100
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