1
0

Removed Squirrel.

This compiles under Windows, but is untested in Linux.
This commit is contained in:
madmaxoft
2013-08-07 22:39:40 +02:00
parent 3d027a8928
commit 09ebda4d10
93 changed files with 1 additions and 23177 deletions

View File

@@ -6,10 +6,6 @@
#include <exception> //std::exception
#include <csignal> //std::signal
#include <stdlib.h> //exit()
#ifdef USE_SQUIRREL
#include "squirrelbindings/SquirrelFunctions.h"
#include "squirrelbindings/SquirrelBindings.h"
#endif
#ifdef _MSC_VER
#include <dbghelp.h>