summaryrefslogtreecommitdiffstats
path: root/source/SquirrelCommandBinder.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/SquirrelCommandBinder.h')
-rw-r--r--source/SquirrelCommandBinder.h18
1 files changed, 17 insertions, 1 deletions
diff --git a/source/SquirrelCommandBinder.h b/source/SquirrelCommandBinder.h
index 50e026d06..c2bc4bafe 100644
--- a/source/SquirrelCommandBinder.h
+++ b/source/SquirrelCommandBinder.h
@@ -1,5 +1,16 @@
+
#pragma once
-#include <string>
+
+
+
+
+
+#ifdef USE_SQUIRREL
+
+
+
+
+
#include <sqrat.h>
class cPlugin;
@@ -33,3 +44,8 @@ private:
+#endif // USE_SQUIRREL
+
+
+
+