From f7ef93611cb2429ec3f1f5f77befcd1b5647be37 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 8 Nov 2012 19:09:35 +0000 Subject: Removed the SquirrelVM. It has been crashing the server. http://forum.mc-server.org/showthread.php?tid=610 git-svn-id: http://mc-server.googlecode.com/svn/trunk@1024 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/squirrelbindings/SquirrelArray.h | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'source/squirrelbindings/SquirrelArray.h') diff --git a/source/squirrelbindings/SquirrelArray.h b/source/squirrelbindings/SquirrelArray.h index 0c2e34f7f..c54315aae 100644 --- a/source/squirrelbindings/SquirrelArray.h +++ b/source/squirrelbindings/SquirrelArray.h @@ -1,5 +1,15 @@ + #pragma once -#include + + + + + +#ifdef USE_SQUIRREL + + + + template class SquirrelArray @@ -33,4 +43,14 @@ protected: }; -class SquirrelStringArray : public SquirrelArray { }; \ No newline at end of file +class SquirrelStringArray : public SquirrelArray { }; + + + + + +#endif // USE_SQUIRREL + + + + -- cgit v1.2.3