summaryrefslogtreecommitdiffstats
path: root/source/SquirrelCommandBinder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/SquirrelCommandBinder.cpp')
-rw-r--r--source/SquirrelCommandBinder.cpp20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/SquirrelCommandBinder.cpp b/source/SquirrelCommandBinder.cpp
index 50eae9333..9ff8a43f9 100644
--- a/source/SquirrelCommandBinder.cpp
+++ b/source/SquirrelCommandBinder.cpp
@@ -1,6 +1,16 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
+
+
+
+
+#ifdef USE_SQUIRREL
+
+
+
+
+
#include "SquirrelCommandBinder.h"
#include "Player.h"
#include "Plugin.h"
@@ -96,3 +106,13 @@ bool cSquirrelCommandBinder::HandleCommand( const std::string & a_Command, cPlay
}
return false;
}
+
+
+
+
+
+#endif // USE_SQUIRREL
+
+
+
+