summaryrefslogtreecommitdiff
path: root/src/mods.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mods.h')
-rw-r--r--src/mods.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mods.h b/src/mods.h
index a6beb24f2..e85ec2f4c 100644
--- a/src/mods.h
+++ b/src/mods.h
@@ -17,6 +17,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#ifndef MODS_HEADER
+#define MODS_HEADER
+
#include "irrlichttypes.h"
#include <set>
#include <string>
@@ -59,3 +62,5 @@ struct ModSpec
core::list<ModSpec> getMods(core::list<std::string> &modspaths)
throw(ModError);
+#endif
+